V-ADMIN HELP
#7

error 054: unmatched closing brace ("}") means you have an extra '}' in your code, pressumably in "public OnPlayerSpawn(playerid)"
warning 209: function "OnPlayerSpawn" should return a value means in the callback for "OnPlayerSpawn" you either removed the "return 1;" line or you closed the callback to early

Example:
pawn Код:
public OnPlayerSpawn(playerid)
{
   If(PlayerIsHappy[playerid])
   {
     ClayPlayerHands(playerid);
   }
} //This is closing it off so that
return 1; //This is outside of OnPlayerSpawn now
}
Reply


Messages In This Thread
V-ADMIN HELP - by wilcock33 - 09.08.2009, 18:40
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:15
Re: V-ADMIN HELP - by James_Alex - 09.08.2009, 19:20
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:26
Re: V-ADMIN HELP - by LuxurioN™ - 09.08.2009, 19:33
Re: V-ADMIN HELP - by wilcock33 - 09.08.2009, 19:50
Re: V-ADMIN HELP - by Joe Staff - 09.08.2009, 20:08

Forum Jump:


Users browsing this thread: 2 Guest(s)