01.05.2012, 19:49
Quote:
[COLOR="Blue"]
Inside this command above the ( return 1; ) we are going to put this: pawn Код:
Inside the 2 curly brackets ( {} ) we are going to place the main code which will fix the visual and engine damage to the car. |
return will stop the current function, also...
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 4) return SendClientMessage, 0xFFFFFFFF, " **You must be a level 4 admin to use that!");
{
//Rest of the script goes here
}