SA-MP Forums Archive
Spawn maverick - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Spawn maverick (/showthread.php?tid=275182)



Spawn maverick - svaba - 08.08.2011

I need the code to spawn a default maverick with zcmd include!


Re: Spawn maverick - LZLo - 08.08.2011

PHP код:
CMD:maverick(palyeridparams[]) {
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    
CreateVehicle(487x+3yz900.00, -1, -1, -1);
    return 
1;

here is it


Re: Spawn maverick - svaba - 08.08.2011

Thank you, +rep