Vip problem
#8

i fixed it with your help thanks


Код:
CMD:v(playerid, params[])
{
   new string[128];
   new name[MAX_PLAYER_NAME];
   new message[130];
   if(PlayerData[playerid][VipLevel] < 1) return 0;
   if(sscanf(params, "u", message)) return SendClientMessage(playerid, -1, "Usage: /v [message]");
   GetPlayerName(playerid, name,MAX_PLAYER_NAME);
   format(string, sizeof(string), "%s: %s", name, params);
   SendClientMessageToAll(-1, string);
   return 1;
}
Reply


Messages In This Thread
Vip problem - by kaloqn54 - 10.02.2013, 07:46
Re: Vip problem - by -=Dar[K]Lord=- - 10.02.2013, 08:23
Re: Vip problem - by Da_Noob - 10.02.2013, 08:32
Re: Vip problem - by -=Dar[K]Lord=- - 10.02.2013, 08:33
Re: Vip problem - by Neil. - 10.02.2013, 09:41
Re: Vip problem - by Da_Noob - 10.02.2013, 09:42
Re: Vip problem - by kaloqn54 - 10.02.2013, 10:07
Re: Vip problem - by kaloqn54 - 10.02.2013, 10:12
Re: Vip problem - by Da_Noob - 10.02.2013, 10:17
Re: Vip problem - by Neil. - 10.02.2013, 10:25

Forum Jump:


Users browsing this thread: 1 Guest(s)