how to change this ...
#1

hello, I want to change the 'Server: Unknown Command' when the player typed a wrong command
I am using zcmd

my code:
CMD:lv(playerid, params[])
{
SetPlayerPos(playerid,2026.8271,1341.9763,10.8203) ;
GameTextForPlayer(playerid, "~g~Las Venturas", 5000, 3);
return 1;
}
Reply
#2

PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    if(!
success)
    {
        
SendClientMessage(playeridYOURCOLORHERE"MESSAGE HERE!!!");
    }
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)