ID 0 Bug
#5

use a stocked function like this

Cuz this returns the name of that id

pawn Код:
stock PlayerName(playerid)
{
     new name[24];
     GetPlayerName(playerid,name,sizeof(name));
     return name;
}
instead of "name" in that format of string put "PlayerName(player1)"

NOTE: if u want your players name who use this command put "PlayerName(playerid)" if u want to get a other players name to that player Do this "PlayerName(player1)" or the var u use for kick/ban
Reply


Messages In This Thread
ID 0 Bug - by NoahF - 30.06.2013, 13:11
Re: ID 0 Bug - by Red_Dragon. - 30.06.2013, 13:18
Re: ID 0 Bug - by tyler12 - 30.06.2013, 13:25
Re: ID 0 Bug - by 6Dragon6 - 30.06.2013, 13:27
Re: ID 0 Bug - by -=Dar[K]Lord=- - 30.06.2013, 13:29
Re: ID 0 Bug - by NoahF - 30.06.2013, 13:34
Re: ID 0 Bug - by -=Dar[K]Lord=- - 30.06.2013, 13:36
Re: ID 0 Bug - by NoahF - 30.06.2013, 13:38
Re: ID 0 Bug - by -=Dar[K]Lord=- - 30.06.2013, 13:38
Re: ID 0 Bug - by NoahF - 30.06.2013, 13:40

Forum Jump:


Users browsing this thread: 1 Guest(s)