Need help urgent!!! Plz
#4

this
pawn Код:
#include <a_samp>
#include <sscanf2>
#include <zcmd>

new ptag[100][MAX_PLAYERS];

cmd:settag(playerid,parmas[])
{
new stag[100];
if(sscanf(params,"s[100]",stag))return SendClientMessage(playerid,-1,"{ff0000}/settag Desired_Tag");
format(ptag[100][playerid],100,"%s",stag);
return 1;
}

public OnPlayerText(playerid,text)
{
new name[128],mess[200];
GetPlayerName(playerid,name,128);
foramt(mess,sizeof(mess),"{00FFFF}%s{FFFF00}<%s>{FFFFFF}%s",name,ptag[100][playerid],text);
SendClientMessageToAll(-1,mess);
return 1;
}
Reply


Messages In This Thread
Need help urgent!!! Plz - by RedbullGD - 11.04.2014, 13:42
Re: Need help urgent!!! Plz - by ChristianIvann09 - 11.04.2014, 13:53
Re: Need help urgent!!! Plz - by ShaneOvSina - 11.04.2014, 13:56
Re: Need help urgent!!! Plz - by BroZeus - 11.04.2014, 14:21
Re: Need help urgent!!! Plz - by ChristianIvann09 - 11.04.2014, 14:22

Forum Jump:


Users browsing this thread: 1 Guest(s)