07.12.2010, 20:18
C:\Users\JordiX\Desktop\samp\gamemodes\lvdm.pwn(19 0) : error 033: array must be indexed (variable "cmd")
what is this?? how to fix? line 190:
public OnPlayerCommandText(playerid, cmdtext[])
{
cmd = strtok(cmdtext, idx);
if(!strcmp(cmdtext, "/help", true))
{
ShowPlayerDialogHelpCommand(playerid);
return 1;
}
return 0;
what is this?? how to fix? line 190:
public OnPlayerCommandText(playerid, cmdtext[])
{
cmd = strtok(cmdtext, idx);
if(!strcmp(cmdtext, "/help", true))
{
ShowPlayerDialogHelpCommand(playerid);
return 1;
}
return 0;