Stay within the world boundaries after death? WTF?
#8

Quote:
Originally Posted by Battlezone
Посмотреть сообщение
i found your problem

put this in OnPlayerSpawn
Код:
joueurmort[playerid] == 1
And sorry for speaking french
Код:
public OnPlayerSpawn(playerid)
{
	/* On va travailler sur le respawn du joueur aprиs la mort de celui-ci. */
	if(joueurmort[playerid] == 1)
	{
	    SetPlayerPos(playerid, 1649.5544, -2417.1357, 13.5547); /* La position de l'aйroport de LS. */
	    joueurmort[playerid] = 0; /* Ensuite le joueur n'est plus а l'йtat de mort, il respawn. */
	    return 1;
	}
        joueurmort[playerid] == 1;
	return 1;
}
This?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 6 Guest(s)