What's wrong?
#1

Hello i have created a /site command.

No errors no warnings, but when i am in game and i am typing /site it does nothing not even "Unknown command"

Here is my code.
Код:
CMD:site(playerid, params[])
{
  new name[MAX_PLAYER_NAME], string[589+MAX_PLAYER_NAME];
  GetPlayerName(playerid, name,sizeof(name));
  format(string, sizeof(string), "{FF9966}[BOT]{FFFFFF}: Hello {FFFF33}%s{FFFFFF}, Our website is {FF0000}www.lscnr-samp.url.ph",name);
  SendClientMessage(0xFFFFFFF, -1, playerid);
  return 1;
}
Reply


Messages In This Thread
What's wrong? - by Glossy42O - 26.10.2014, 19:16
Re: What's wrong? - by Abagail - 26.10.2014, 19:19
Re: What's wrong? - by Glossy42O - 26.10.2014, 19:21
Re: What's wrong? - by Abagail - 26.10.2014, 19:22
Re: What's wrong? - by Glossy42O - 26.10.2014, 19:23
Re: What's wrong? - by mkmk - 26.10.2014, 19:40
Re: What's wrong? - by Glossy42O - 27.10.2014, 04:21
Re: What's wrong? - by Threshold - 27.10.2014, 04:57
Re: What's wrong? - by Glossy42O - 27.10.2014, 05:11
Re: What's wrong? - by Threshold - 27.10.2014, 06:34

Forum Jump:


Users browsing this thread: 3 Guest(s)