26.04.2009, 16:27
hello,i got problem,i got code like that!
how i can make it for 2 skins and other ones should say FBI and be color Blue..how i can do that?
Quote:
public OnPlayerRequestClass(playerid, classid) { GameTextForPlayer(playerid, "~p~Army", 1500, 14); SetPlayerInterior(playerid,0); SetPlayerPos(playerid,2176.9158,-1676.7103,14.6513); SetPlayerFacingAngle(playerid, 76.9820); SetPlayerCameraPos(playerid, 2171.0,-1677.0,15.0); SetPlayerCameraLookAt(playerid, 2171.0,-1677.0,15.0); SetPlayerColor(playerid,0x9ACD32AA); SetPlayerTeam(playerid,1); ApplyAnimation(playerid,"GANGS","DEALER_DEAL",4.1, 1,1,1,1,1); return 1; } |