26.03.2010, 08:07
Can anyone see something wrong here
Код:
if(strcmp(cmd, "/fillall",true)==0) { dcmd_fillallcars (playerid, params[]) { #pragma unused params if(!IsPlayerAdmin(playerid)) return 1; new v; while (v != MAX_VEHICLES) { Benzin[v] = 100; //Uncomment this if you want it random and comment the other below //Benzin[v] = random(100); ++v; } return 1; }