22.03.2010, 18:40
I need to change a gang spawn, icon etc.
So I have this:
I went in-game and did /save in the position I wanted and got this: AddPlayerClass(271,2751.5781,-1962.7965,13.5469,90.9275,0,0,0,0,0,0); //
So I changed: SetPlayerPos(playerid, 2495.2605,-1703.7449,1018.343
;
To: SetPlayerPos(playerid, 2751.5781,-1962.7965,13.5469);
But I spawn and cant see anything and have to do ::refresh
So I have this:
Код:
if (PlayerInfo[playerid][pMember] == 15 || PlayerInfo[playerid][pLeader] == 15)//47th Street Saints Families spawn
{
SetPlayerToTeamColor(playerid);
SetPlayerInterior(playerid, 3);
SetPlayerPos(playerid, 2495.2605,-1703.7449,1018.3438);
PlayerInfo[playerid][pInt] = 3;
return 1;
}
So I changed: SetPlayerPos(playerid, 2495.2605,-1703.7449,1018.343
;To: SetPlayerPos(playerid, 2751.5781,-1962.7965,13.5469);
But I spawn and cant see anything and have to do ::refresh

