Help! Cmds don't work!!
#3

They're all old, isn't it newer nowadays? I remember scripting cmds just the same way i do now, then it worked, now it does nothing.
This is one code i just made 5mins ago, from a yt tut and nope, it doesn't work again -_-

public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/help", cmdtext, true, 5) == 0)
{
SendClientMessage(playerid,indigo,"This is a freeroam server");
return 1;
}
return 0;
}
Reply


Messages In This Thread
Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:04
Re: Help! Cmds don't work!! - by Joron - 18.03.2016, 19:30
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:32
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:38
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 19:44
Re: Help! Cmds don't work!! - by DarkLored - 18.03.2016, 19:51
Re: Help! Cmds don't work!! - by Paradox90 - 18.03.2016, 20:11
Re: Help! Cmds don't work!! - by Wex56 - 18.03.2016, 20:15
Re: Help! Cmds don't work!! - by AndySedeyn - 18.03.2016, 20:17
Re: Help! Cmds don't work!! - by Sew_Sumi - 18.03.2016, 20:19

Forum Jump:


Users browsing this thread: 1 Guest(s)