Help with Weapon!
#5

Ok, i understand you and you should be more specific (You first talk about a generic weapon then of a dialog)

top:
Код:
new bool:playerHaveWeapon[MAX_PLAYERS] = {false, ...};
OnPlayerSpawn
Код:
if (!playerHaveWeapon[playerid]) {
// Show the dialog
playerHaveWeapon [playerid] = true;
}
If you want to let the player to re-choose his weapons change playerHaveWeapon to false.
Reply


Messages In This Thread
Help with Weapon! - by Configuration - 07.04.2013, 09:57
Re: Help with Weapon! - by Desi_Dude - 07.04.2013, 10:30
Re: Help with Weapon! - by BigGroter - 07.04.2013, 10:34
Re: Help with Weapon! - by Configuration - 07.04.2013, 18:54
Re: Help with Weapon! - by ReVo_ - 07.04.2013, 18:57

Forum Jump:


Users browsing this thread: 1 Guest(s)