12.03.2010, 23:18 
	
	
	
		hey guys you know some gang war servers have the thing that shows what skin has what types of weapons? can some link me? or something because i searched and found nothing
	
	
	
	
| 
 
					Originally Posted by Joe Torran C  
Do you maybe have a picture? 
 | 
| 
 
					Originally Posted by [AC 
Etch ] 
I don't remember the code now , I am on my iPhone 2morrow I"ll pm u with the code  | 
if(classid == 1) // 1 is the first addplayerclass under ongamemodeinit and 2 is the second etc..
    {
    GameTextForPlayer(playerid,"Weapon1~n~Weapon2~n~Weapon3",1000,3); // 1000 is the time in milli seconds , 3 is the style
    return 1;
    }
| 
 
					Originally Posted by Joe Torran C  
Come to think of it, Ive seen this on a gamemode before, 
They used textdraws In a format like: Weapon: ammo --------------- Weapon: ammo  |