20.03.2011, 18:57
Quote:
Well, If i use 'OnPlayerStateChange' - When i compile i get: error 025: function heading differs from prototype
When i use 'OnPlayerSTATEChange' - When i compile i get: warning 235: public function lacks forward declaration (symbol "OnPlayerSTATEChange") When i place the Line you both quoted, above my original line When i compile I get: error 025: function heading differs from prototype |
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)