#6

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Quote:
Originally Posted by Joe Torran C
GetPlayerName(playerid,name,sizeof(name));

Theres your problem,
What will I substitute to playerid
On the top of your script

pawn Код:
new MutedID;
And then on the dialog where the player enters the id

pawn Код:
format(MutedID, sizeof MutedID, "%s", inputtext);
And then on your GetPlayerName

pawn Код:
GetPlayerName(MutedID, name, sizeof name);
If that dosent work try putting [MAX_PLAYERS] on the new on top of script,

And in format add [playerid] to the both MutedID, and a [playerid] on the GetPlayerName MutedID
Reply


Messages In This Thread
Help - by ViruZZzZ_ChiLLL - 30.04.2010, 08:36
Re: Help - by Torran - 30.04.2010, 08:38
Re: Help - by ViruZZzZ_ChiLLL - 30.04.2010, 09:25
Re: Help - by Think - 30.04.2010, 09:40
Re: Help - by Adil - 30.04.2010, 09:40
Re: Help - by Torran - 30.04.2010, 09:42
Re: Help - by ViruZZzZ_ChiLLL - 30.04.2010, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)