29.12.2011, 14:04
I need The command /lockcar and /unlockcar for my server but you must to have 450 score for that commands can anywone help me
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;
}