20.08.2010, 04:08
the end of the commands, there is this
BUT, it doesnt show the SERVER: unknown command. I have tried to add another line, but with no avail.
im wondering if i need to have a different public bit for that. i dont know, this has baffled me. I have NO freaking idea how to fix it. Ohh, the script uses ZCMD.
pawn Код:
}
}
}
else
{
SendClientMessage( playerid, WHITE, "That player is not connected or isn't logged in." );
return 1;
}
}
SendClientMessage(playerid,DARKGREY, "SERVER: You have Typed An Unknown Command.");
}
return 1;
}
im wondering if i need to have a different public bit for that. i dont know, this has baffled me. I have NO freaking idea how to fix it. Ohh, the script uses ZCMD.