[Ajuda] Morrer
#1

quando eu morro no server ele fica assim:

http://i.imgur.com/5YXGy0l.png

como tira essas seta e spawn codigo do spawnar player e do onplayerdead:

PHP код:
stock SpawnarPlayer(playerid)
{
       
SetSpawnInfo(playerid,0,PlayerLogin[playerid][Skin],2185.383056,1677.26159611.500,0,0,0,0,0,0,0);
       
SpawnPlayer(playerid);
    return 
1;

PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    
PlayerLogin[playerid][Morreu] ++;
    
PlayerLogin[killerid][Matou] ++;
    return 
SpawnarPlayer(playerid);

Reply


Messages In This Thread
Morrer - by Scorpion659 - 21.04.2017, 03:56
Re: Morrer - by AuhMaru - 21.04.2017, 04:21
Re: Morrer - by Scorpion659 - 21.04.2017, 14:38
Re: Morrer - by AuhMaru - 21.04.2017, 14:50
Re: Morrer - by Scorpion659 - 21.04.2017, 15:33
Re: Morrer - by AuhMaru - 21.04.2017, 15:54
Re: Morrer - by Scorpion659 - 21.04.2017, 15:59
Re: Morrer - by IlanZ - 21.04.2017, 16:05
Re: Morrer - by Scorpion659 - 21.04.2017, 16:20
Re: Morrer - by IlanZ - 21.04.2017, 16:32

Forum Jump:


Users browsing this thread: 2 Guest(s)