17.04.2015, 13:27
IDK really... But try having this in the start of your OnPlayerConnect to avoid the crash:
And also try compiling it with debug information by passing -d3 to the compiler to get the exact error line.
pawn Код:
if(playerid == INVALID_PLAYER_ID) return 1;