30.01.2013, 00:17
EPIC LOL So simple and so complicated haha. This is how my OnPlayerUpdate was:
This is how I let it:
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.
Код:
public OnPlayerUpdate(playerid) { if(gCalmMode) { SetPlayerArmedWeapon(playerid, 0); } }
Код:
public OnPlayerUpdate(playerid) { if(gCalmMode) { SetPlayerArmedWeapon(playerid, 0); } return 1; }
Keep alert for now.