19.06.2009, 16:04
Your codes have wasted brackets in my opinion.
I prefer coding in that way(fixed identiation aswell):
I prefer coding in that way(fixed identiation aswell):
pawn Код:
if(!strcmp(cmdtext,"/respray",true))
{
if(!IsPlayerInAnyVehicle(playerid))
return SendClientMessage(playerid,color,"You have to be inside a vehicle!");
SetVehicleHealth(GetPlayerVehicleID(playerid),1000.0);
return 1;
}