18.12.2017, 13:12 
	
	
	
		What is Max players name and when do i use it? 
What is new and when do i use it?
Thanks any way
	
	
	
What is new and when do i use it?
Thanks any way
if(GetPlayerVehicles(playerid) >= MAX_PLAYER_VEHICLES)
			{
				ShowErrorDialog(playerid, "You can't buy any more vehicles! Max: " #MAX_PLAYER_VEHICLES );
				return 1;
			}
#undef MAX_PLAYER_NAME
#define MAX_PLAYER_NAME 21