26.09.2012, 18:50
You forget to close a (, change
to
You don't have how to check a CMD in a if, you have to do it with strcmp/strfind.
pawn Code:
if(GetPVarInt(playerid,"InMaze") && cmd_exitmaze(playerid,params)
pawn Code:
if(GetPVarInt(playerid,"InMaze") && cmd_exitmaze(playerid,params))