13.02.2013, 18:48
Deleting the word 'public' won't help, OnPlayerStateChange is a function.
You have to separate them.
You have to separate them.
pawn Код:
public OnGameModeExit()
{
{
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
}

