Commands for Car
#1

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)