SA-MP Forums Archive
How can i? - 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: How can i? (/showthread.php?tid=585769)



How can i? - andreistalker - 16.08.2015

How can i get the playerid name from this car[playerid]?


Re: How can i? - Jefff - 16.08.2015

foreach
if(car[i] == vehicleid)
return getname(i);