Spectate bug.
#1

-- DELETED --
Reply
#2

Bumping!
Reply
#3

Y_hooks is called first than the original callback.

Use:
PHP код:
public OnPlayerSpawn(playerid)
{
     if(
pInfo[playerid][pSpectating] != INVALID_PLAYER_ID)
     {
        
pInfo[playerid][pSpectating] = INVALID_PLAYER_ID;
        
PlayerTextDrawHide(playeridSpectate[playerid][0]);
            
PlayerTextDrawHide(playeridSpectate[playerid][1]);
            
PlayerTextDrawHide(playeridSpectate[playerid][2]);
            
PlayerTextDrawHide(playeridSpectate[playerid][3]);
            
ResetPlayerPosition(playerid);
     }
     return 
1;

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)