I have a BIG problem
#9

Quote:
Originally Posted by BenzoAMG
Посмотреть сообщение
Lol, make sure your OnPlayerUpdate is returning 1...
EPIC LOL So simple and so complicated haha. This is how my OnPlayerUpdate was:
Код:
public OnPlayerUpdate(playerid)
{
	if(gCalmMode)
    {
        SetPlayerArmedWeapon(playerid, 0);
    }
    
}
This is how I let it:
Код:
public OnPlayerUpdate(playerid)
{
	if(gCalmMode)
    {
        SetPlayerArmedWeapon(playerid, 0);
    }
    return 1;
}
I'm contacting one of my testers to tell him to join and we'll see if it works. I'm 50% sure it will but... well I to make sure.
Keep alert for now.
Reply


Messages In This Thread
I have a BIG problem - by RiChArD_A - 29.01.2013, 22:39
Re: I have a BIG problem - by ikkentim - 29.01.2013, 22:43
Re: I have a BIG problem - by u3ber - 29.01.2013, 22:44
Re: I have a BIG problem - by ThePhenix - 29.01.2013, 22:46
Respuesta: Re: I have a BIG problem - by RiChArD_A - 29.01.2013, 22:47
Re: I have a BIG problem - by Azn - 29.01.2013, 22:52
Re: I have a BIG problem - by Threshold - 29.01.2013, 23:21
Re: I have a BIG problem - by Roach_ - 29.01.2013, 23:23
Respuesta: Re: I have a BIG problem - by RiChArD_A - 30.01.2013, 00:17

Forum Jump:


Users browsing this thread: 1 Guest(s)