10.05.2009, 15:15
use that strtok - https://sampwiki.blast.hk/wiki/Strtok - with that you can let the cmd and tmp array small
and dont ignore warnings, they are there for a good reason, post the line 866-870
and the last warning
and dont ignore warnings, they are there for a good reason, post the line 866-870
and the last warning
pawn Code:
public OnPlayerConenct(playerid)
{
//Some code
return 1; //put that at the end
}

