18.03.2016, 19:32
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;
}
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;
}