23.02.2011, 14:23
All skins got's the same weapon? or teams the same weapons.. ?
pawn Код:
public OnPlayerRequestClass(playerid, classid)
pawn Код:
switch(classid)
{
case 0:TextDrawSetString
case 1:Other TextDrawString
case 2:Etc..
}
TextDrawShowForPlayer(playerid, WEAPON_TEXTDRAW);
Код:
case 0: - First class in OnGameModeInit. case 1: - Second class in OnGameModeInit. etc..