07.03.2010, 18:12
LOL, "playerid" is normally in function headers eg
public OnPlayerConnect(playerid)
And you need to define your commands
eg
dcmd(refill, 6, cmdtext);
public OnPlayerConnect(playerid)
And you need to define your commands
eg
dcmd(refill, 6, cmdtext);