Jump to content
  • 0

Spawn factiune


gabyskm96

Question

1 answer to this question

Recommended Posts

Cauta

public SetPlayerSpawn(playerid)
Si vezi undeva o sa gasesti:
if  ( PlayerInfo [ playerid ] [ pMember ] == 4 || PlayerInfo [ playerid ] [ pLider ] == 4 ) 
{
        if ( PlayerInfo [ playerid ] [ pMFspawn ] == 0 ) 
	{
		SetPlayerToTeamColor ( playerid ) ;
		SetPlayerPos ( playerid , -2695.6145 , 638.4780 , 14.4545 ) ;
		SetPlayerFacingAngle ( playerid , 270.0 ) ;
		SetPlayerInterior ( playerid , 0 ) ;
		PlayerInfo [ playerid ] [ pInt ] = 0 ;
		return ( 1 ) ;
	}
}
Si la linia
SetPlayerPos(playerid, -2695.6145,638.4780,14.4545);

schimba cu ce coordonate vrei tu.

LISTA - GAMEMODE-URI SA-MP - Le gasiti pe toate aici: http://twiriock.com/3MGP

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.