bounties saving
#7

You don't need 255, it's too long, MAX_PLAYER_NAME is enough.

pawn Код:
stock PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
return name;
}
Reply


Messages In This Thread
bounties saving - by klavins - 13.08.2009, 14:28
Re: bounties saving - by RaFsTar - 13.08.2009, 14:35
Re: bounties saving - by klavins - 13.08.2009, 14:46
Re: bounties saving - by RaFsTar - 13.08.2009, 14:50
Re: bounties saving - by klavins - 13.08.2009, 14:53
Re: bounties saving - by RaFsTar - 13.08.2009, 14:55
Re: bounties saving - by Correlli - 13.08.2009, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)