achat
#1

sendclientmessage is my problem, don't know why


PHP код:
CMD:achat(playeridparams[])
{
   if(
pInfo[playerid][AdminLevel] < 1) return SendClientMessage(playerid, -1"{FF0000}[SYSTEM ERROR]: You don't have the privilege to use that command.");
   {
       new 
string[128], name[MAX_PLAYER_NAME];
       
GetPlayerName(playeridnamesizeof (name));
       
format(stringsizeof string"{FF0000}|AdminChat| {FFFFFF}:%s: {FFFF33}%s"namestring);
       
SendClientMessage(-1string);
   }
   return 
1;

Reply


Messages In This Thread
achat - by Glossy42O - 25.07.2015, 09:07
AW: achat - by Mencent - 25.07.2015, 09:11
Re: achat - by Glossy42O - 25.07.2015, 09:15
AW: achat - by Mencent - 25.07.2015, 09:24
Re: achat - by Roberto80 - 25.07.2015, 10:30
AW: achat - by Mencent - 25.07.2015, 10:33
Re: AW: achat - by Glossy42O - 25.07.2015, 10:44
AW: achat - by Mencent - 25.07.2015, 10:45
Re: AW: achat - by Roberto80 - 25.07.2015, 18:03
Re: achat - by TenTen - 25.07.2015, 18:05

Forum Jump:


Users browsing this thread: 1 Guest(s)