SA-MP Forums Archive
[HELP] Commands wont work... - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Commands wont work... (/showthread.php?tid=133544)

Pages: 1 2


Re: [HELP] Commands wont work... - aircombat - 12.03.2010

should be like that :

Код:
public SendPlayerFormattedText(playerid, const str[], define)
{
  new tmpbuf[256];
  format(tmpbuf, sizeof(tmpbuf), str, define);
  SendClientMessage(playerid, 0xFF004040, tmpbuf);
  return 1;
}



Re: [HELP] Commands wont work... - Smiths - 12.03.2010

Now i got no warning but it still say Unknown Command and the Text from the /test...