25.11.2012, 03:21
Quote:
The error (missing a semi-colon) is on a line or two before that of which the compiler is giving you.
|
I needed to do this:
Код:
forward StopAlarm(vehicleid); // add this stock PlayerName(playerid) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); return name; }