19.11.2009, 16:58
Hi
i added a command but for some reason it keeps saying it doesnt know the command
already tried doing return 1 everywhere, etc.
all other commands work fine. The position in the script doesnt bother
edit: blag ignore the indentation
i added a command but for some reason it keeps saying it doesnt know the command
already tried doing return 1 everywhere, etc.
all other commands work fine. The position in the script doesnt bother
pawn Код:
if(!strcmp(cmdtext, "/join", true))
{
if(playercount >= 3)
{
dm[playerid] = 1;
}
else
{
dm[playerid] = 0;
spectate(playerid);
}
return 1;
}