16.07.2012, 11:45
Hey All ,
I Just Needed To add some fire or lights in the class selection ... Can anyone help me ?
I would be very grateful if you can help me !!
I Just Needed To add some fire or lights in the class selection ... Can anyone help me ?
PHP код:
//-------------------------------SF Pimp
case 1:
{
//pimp
TextDrawShowForPlayer(playerid, pimp0);
TextDrawShowForPlayer(playerid, pimp1);
//hide
TextDrawHideForPlayer(playerid, worker0);
TextDrawHideForPlayer(playerid, worker1);
TextDrawHideForPlayer(playerid, golfer0);
TextDrawHideForPlayer(playerid, golfer1);
TextDrawHideForPlayer(playerid, triad0);
TextDrawHideForPlayer(playerid, triad1);
TextDrawHideForPlayer(playerid, army0);
TextDrawHideForPlayer(playerid, army1);
TextDrawHideForPlayer(playerid, mechanic0);
TextDrawHideForPlayer(playerid, mechanic1);
TextDrawHideForPlayer(playerid, medic0);
TextDrawHideForPlayer(playerid, medic1);
TextDrawHideForPlayer(playerid, swat0);
TextDrawHideForPlayer(playerid, swat1);
TextDrawHideForPlayer(playerid, chicken0);
TextDrawHideForPlayer(playerid, chicken1);
TextDrawHideForPlayer(playerid, toreno0);
TextDrawHideForPlayer(playerid, toreno1);
TextDrawHideForPlayer(playerid, pilot0);
TextDrawHideForPlayer(playerid, pilot1);
TextDrawHideForPlayer(playerid, nang0);
TextDrawHideForPlayer(playerid, nang1);
GameTextForPlayer(playerid, "~r~SF PIMP", 2000, 5);
SetPlayerInterior(playerid,0);
SetPlayerPos(playerid, -2718.6787,1369.0715,7.1875);
SetPlayerFacingAngle(playerid,150.9731);
SetPlayerCameraPos(playerid, -2722.37,1362.35,9.08);
SetPlayerCameraLookAt(playerid, -2718.6787,1369.0715,7.1875);
PlayerPlaySound(playerid,SOUND_MUSIC1,-2718.6787,1369.0715,7.1875);
}