13.08.2011, 18:22
hello all i made a code but its get error in his line
pawn Код:
public Count()
{
new counter = 3, string[128];
counter--;
format(string, sizeof(string),"~r~%d", counter);
GameTextForAll(1000, 5); // here one error
if(counter == 0)
{
GameTextForAll(3000, 3, "~g~Gooooo!!!"); // 2nd error here
KillTimer(count);
}
return 1;
}
pawn Код:
C:\Users\Administrator\Desktop\team wars\gamemodes\04jeeprace.pwn(204) : error 035: argument type mismatch (argument 1)
C:\Users\Administrator\Desktop\team wars\gamemodes\04jeeprace.pwn(207) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
2 Errors.