09.04.2014, 03:52
pawn Код:
forward plantboom(playerid);
public plantboom(playerid)
{
SendClientMessageToAll(0xFF0000FF, "[BOMB]: Bomb exploded!");
GivePlayerMoney(playerid, 12500);
GivePlayerScore(playerid, 5);
for(new i = 0; i < MAX_PLAYERS, i++)
{
planted[i] = 0;
}
return 1;
}
Код:
C:\Documents and Settings\eros\Desktop\SAMP Server\gamemodes\awp2.pwn(1154) : error 001: expected token: ";", but found ")"
pawn Код:
[LINE 1154]: for(new i = 0; i < MAX_PLAYERS, i++)