07.12.2010, 20:55
Put that before using it
like OnPlayerCommandText
This is an example of my script
like OnPlayerCommandText
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
new string[256];
new tmp[256];
new cmd[256];
cmd = strtok(cmdtext, idx);