17.11.2012, 10:27
It depends. Use at the end of the callback
Comment this line
and debug it.
pawn Код:
return 0;
// if it's filterscript
pawn Код:
return 1;
// if it's gamemode
pawn Код:
Login(playerid);
// Like this, down
// Login(playerid);
pawn Код:
print( "I logged in" );