30.12.2011, 09:35
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