09.01.2013, 10:44
Well yes i am pretty sure.
Actually i tried the old fashion way
and it worked just perfect.
Actually i tried the old fashion way
pawn Код:
/*if(gTeam[playerid] == TEAM_COPS && GetPlayerSkin(playerid) == 280)
{
SetPlayerPos(playerid,2297.2202,2427.5864,10.8203);
SetPlayerFacingAngle(playerid,135.7317);
SetCameraBehindPlayer(playerid);
}
else if(gTeam[playerid] == TEAM_COPS && GetPlayerSkin(playerid) == 281)
{
SetPlayerPos(playerid,2297.2202,2427.5864,10.8203);
SetPlayerFacingAngle(playerid,135.7317);
SetCameraBehindPlayer(playerid);
}
else if(gTeam[playerid] == TEAM_COPS && GetPlayerSkin(playerid) == 282)
{
SetPlayerPos(playerid,2297.2202,2427.5864,10.8203);
SetPlayerFacingAngle(playerid,135.7317);
SetCameraBehindPlayer(playerid);
}