10.05.2012, 10:18
Thnx Bro.
One more request:
I have class system. When ever a player killed, the dialogue appears but i don't want that. I want that we only select class at once than if we want to change class than we use cmd (I have that cmd). So i want the class dialogue only appear at once and we select class. Than if we die we don't need to select class , it did automatically and give us previously class.
One more request:
I have class system. When ever a player killed, the dialogue appears but i don't want that. I want that we only select class at once than if we want to change class than we use cmd (I have that cmd). So i want the class dialogue only appear at once and we select class. Than if we die we don't need to select class , it did automatically and give us previously class.
pawn Код:
public OnPlayerSpawn(playerid)
{
ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "{6EF83C}Choose A Class:", "Assault Class (Need No Rank) \nSniper Class (Need Rank 3) \nEngineer Class (Need Rank 5) \nJet-Trooper Class (Need Rank 7) \nPilot Class (Need Rank 8) \nSpy Class (Need Rank 9)", "Choose","");
return 1;
}