#1

Hello guys , I started my trucking gamemode from ppc_trucking and i typed in it

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    return 
SendClientMessage(playerid,-1,"{FF0000}[ERROR]{FFFFFF} You have entered and invalid command, Type /cmds to see our server commands.");

And still in game SERVER: Unknown Command.
Reply
#2

Wut? you use zcmd?
Reply
#3

Yes I use
Reply
#4

PHP код:
public OnPlayerCommandPerformed(playeridcmdtext[], success)
{
    if(!
succes) return SendClientMessage(playerid,-1,"{FF0000}[ERROR]{FFFFFF} You have entered and invalid command, Type /cmds to see our server commands."); 
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)