pickup problem - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: pickup problem (
/showthread.php?tid=655860)
pickup problem -
XxXBr0nXxX - 01.07.2018
hi
i have a problem with pickup
it not appear
the code is this
new stadiouscita;
stadiouscita = CreatePickup(1314,1, 4487.2314,3286.9956,39.5973, -1);
it is situated here
Re: pickup problem -
Florin48 - 01.07.2018
try to use this
CreatePickup(1314,1, 4487.2314,3286.9956,39.5973, -1); in OnGameModeInit()
and check the coordinates to see if they are good