30.10.2011, 14:07
So when that forward starts it crashes my game.
pawn Код:
forward fight(playerid);
public fight(playerid)
{
for(new i = 0; i <= MAX_PLAYERS; i++)[html][/html]
{
new string[128];
format( string, sizeof(string), "~w~Fi~g~gh~b~t~r~!");
GameTextForAll( string, 5000, 3 );
TogglePlayerControllable(i, 1);
MoveObject(Gate1, 1781.30004883,-1980.40002441,55.000,2.0);
MoveObject(Gate2, 1781.30004883,-1980.40002441,55.000,2.0);
print("MOVING");
}
}
