Hey, hab mal wieder ein Problem :>
..Also ich hab mir ein stock erstellt.
Indem ich mich an einem ähnlichen Stock orientiert hab.
Bloß jetzt kommen parr Errors (unterm pwn Quelltext gepostet) die ich nicht wegbekomme :s
vlt. könnt ihr mir ja helfen.
Zeile 2011 stock CreateInteriorPickup(pickupid, 3dText, Float:x1, Float:y1, Float:z1)
Zeile 2012 {
Zeile 2013 new Float:z2;
Zeile 2014 z2 = z1 + 0.4;
Zeile 2015 Create3DTextLabel(3dText, COLOR_PICKUP3DTEXT, x1, y1, z2, 10, 0, 0);
Zeile 2016 AddStaticPickup(pickupid, 1, x1, y1, z1, 0);
Zeile 2017 }
Errors: