vip error
#1

this error only happens to VIPs on my server, when they just write "lol" it comes in VIP chat ("[VIP](NameHere): lol")

and i got:

Код:
if(text[0] == '@' && PlayerInfo[playerid][Level] >= 1 || PlayerInfo[playerid][VIP] == 1) {
  new string[128]; GetPlayerName(playerid,string,sizeof(string));
  format(string,sizeof(string),"[VIP] %s: %s",string,text[0]);
  for (new a = 0; a < MAX_PLAYERS; a++) if(IsPlayerConnected(a) && PlayerInfo[a][Level] >= 1 || PlayerInfo[a][VIP] == 1)
  SendClientMessage(a, COLOR_GREY, string);
  return 0;
  }
Reply


Messages In This Thread
vip error - by My_Waffles_Bitch_L0L - 19.02.2009, 09:13
Re: vip error - by Marcel - 19.02.2009, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)