Hide spawn button
#2

Did you tried like this?

PHP код:
public OnPlayerRequestClass(playeridclassid)
{
    
TogglePlayerSpectating(playerid1);
    if (
IsPlayerNPC(playerid)) return 1;
    if (
isconnected[playerid] == 0)
    {
        
isconnected[playerid] = 1;
        
SetPlayerColor(playeridCOLOR_PLAYER);
        
SetPlayerVirtualWorld(playerid1); 
Reply


Messages In This Thread
Hide spawn button - by Mike861 - 13.03.2018, 17:46
Re: Hide spawn button - by Maximun - 13.03.2018, 18:00
Re: Hide spawn button - by Mike861 - 13.03.2018, 18:03
Re: Hide spawn button - by Maximun - 13.03.2018, 18:22
Re: Hide spawn button - by Mike861 - 13.03.2018, 18:34
Re: Hide spawn button - by Mike861 - 14.03.2018, 11:55
Re: Hide spawn button - by Maximun - 14.03.2018, 12:18
Re: Hide spawn button - by Mike861 - 14.03.2018, 12:26
Re: Hide spawn button - by Maximun - 14.03.2018, 12:56
Re: Hide spawn button - by Mike861 - 14.03.2018, 13:01

Forum Jump:


Users browsing this thread: 1 Guest(s)