SA-MP Forums Archive
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=504032)



pickup problem - Slicebook - 01.04.2014

Код:
	intibelep = CreatePickup(1239,52,1833.3029,-1841.8606,13.5781); //belйpйs teszt
Код:
error 017: undefined symbol "intibelep"
Код:
if(pickupid == intibelep)
{
	ShowPlayerDialog(playerid, DIALOG_INTIBELEP, DIALOG_STYLE_LIST, "Bolt", "Belйpйs", "Enter", "Mйgse");		
	}
}
Код:
error 010: invalid function or declaration



Re: pickup problem - Bingo - 01.04.2014

Make sure you have this:-

Код:
new intibelep;
On top.


Re: pickup problem - Slicebook - 01.04.2014

thanks