30.01.2013, 18:25
did you declared before cmd as string? and did strtok with ?
its should be near >>>
its should be near >>>
pawn Код:
public OnPlayerCommandText(playerid,cmdtext)
{
new cmd[256]; cmd = strtok(cmdtext,0); // do you have that?
//..