20.05.2009, 11:07
I have a problem...
i have copy a script, i dont now where i have that done;'p
But there are 4 errors on 1 line. >.<
Here is it.
And the errors:P
i have copy a script, i dont now where i have that done;'p
But there are 4 errors on 1 line. >.<
Here is it.

Quote:
//------------------[Destroycars]-----------------// if(strcmp(cmd, "/destroycars", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] < 4) { SendClientMessage(playerid, COLOR_GRAD1, " you are not authorized to use that command!"); return 1; } for(new i = 0; i < sizeof(CreatedCars); i++) { if(i != 0) { DestroyVehicle(i); } } SendClientMessage(playerid, COLOR_GREY, " Created Vehicles destroyed !"); } return 1; } |
Quote:
penls.pwn(1628 ![]() penls.pwn(1628 ![]() penls.pwn(1628 ![]() penls.pwn(1628 ![]() 4 Errors |