Show Killer Name
#7

Quote:
Originally Posted by [xB]Lordz
Посмотреть сообщение
Try this stock
pawn Код:
stock GetPName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    return 1;
}
If that doesnt works,try this
pawn Код:
stock GetPName(playerid)
{
    new name[MAX_PLAYER_NAME];
    GetPlayerName(killerid, name, sizeof(name));
    return name;
}
Код:
undefined symbol "killerid"
symbol is never used: "playerid"
I guess there is something wrong...
Reply


Messages In This Thread
Show Killer Name - by kbalor - 29.08.2012, 15:11
Re: Show Killer Name - by Shetch - 29.08.2012, 15:30
Re: Show Killer Name - by [HK]Ryder[AN] - 29.08.2012, 15:32
Re: Show Killer Name - by Lordzy - 29.08.2012, 15:38
Re: Show Killer Name - by pasha97 - 29.08.2012, 15:38
Re: Show Killer Name - by kbalor - 29.08.2012, 15:48
Re: Show Killer Name - by kbalor - 29.08.2012, 15:53
Re: Show Killer Name - by HuSs3n - 29.08.2012, 15:53
Re: Show Killer Name - by kbalor - 29.08.2012, 16:31

Forum Jump:


Users browsing this thread: 3 Guest(s)