[NEWB] Getting some wrongs with cmd:/newb
#2

This is your problem:
GetPlayerName(playerid)

I suggest adding this:
stock PlayerAccName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}
then changing the "GetPlayerName" Part in your specified code to PlayerAccName(playerid)
Reply


Messages In This Thread
[NEWB] Getting some wrongs with cmd:/newb - by GBLTeam - 30.03.2013, 00:19
Re: [NEWB] Getting some wrongs with cmd:/newb - by bensmart469 - 30.03.2013, 00:46
Re: [NEWB] Getting some wrongs with cmd:/newb - by Scrillex - 30.03.2013, 00:48
Re: [NEWB] Getting some wrongs with cmd:/newb - by GBLTeam - 30.03.2013, 07:50

Forum Jump:


Users browsing this thread: 1 Guest(s)