31.10.2009, 20:25
The Error message says it all. The compiler was looking for a ";" but instead it found an "if" statement.
Change:
to:
Hope that helps.
Change:
pawn Код:
format(string, sizeof(string), "Police [%s]: ", playername)
pawn Код:
format(string, sizeof(string), "Police [%s]: ", playername);