SA-MP Forums Archive
Commands for Car - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Commands for Car (/showthread.php?tid=307169)



Commands for Car - Mustang[GTS] - 29.12.2011

I need The command /lockcar and /unlockcar for my server but you must to have 450 score for that commands can anywone help me


Re: Commands for Car - Spooky - 30.12.2011

pawn Код:
CMD:lockcar(playerid, params[])
{
if(GetPlayerScore(playerid) >= 450)
{
//Do you else code here.
}
else SendClientMessage(playerid, 0xFFFFFFFF,"You must have 450 scores to use this command.");
return 1;
}

Do same with the Unlock