Clan Tag Locking Teams
#3

Quote:
Originally Posted by ToiletDuck
Посмотреть сообщение
PHP код:
new playername[MAX_PLAYER_NAME];
GetPlayerName(playeridplayernamesizeof(playername)); 
It's the same as he written...
PHP код:
new playername[MAX_PLAYER_NAME];
GetPlayerName(playeridplayernameMAX_PLAYER_NAME); 
MAX_PLAYER_NAME refers to 24, so you can either put the number instead of the MAX_PLAYER_NAME, or alter that with sizeof(playername) which automatically generates the space.
Reply


Messages In This Thread
Clan Tag Locking Teams - by Jay_Dixon - 06.07.2013, 06:44
Re: Clan Tag Locking Teams - by ToiletDuck - 06.07.2013, 06:52
Re: Clan Tag Locking Teams - by Income - 06.07.2013, 08:15

Forum Jump:


Users browsing this thread: 1 Guest(s)