19.04.2009, 16:48
Hi...
And yes it handles with my gamemode again xD
... My GunGame works like ...
if (KillScore == 1){
ResetPlayerweapons(playerid);
GiveplayerWeapon(playerid,22,500);
SendClientMessage(playerid,COLOR_YELLOW,"You are on Level 1 = Dual Pistols");
}
and etc. But now i want to make it with
new rank[MAX_PLAYERS]
like this
if (KillScore==1){
rank = 1;
etc.
--> It's because i want to add deathscore, like
rank -=1
....
I know that i have to add: rank +=1 --->next weapon (for example from dual pistols (22) to quiet pistol (xD) and also reverse
but i don't know how
need help me xD
MFG Bearfist
And yes it handles with my gamemode again xD
... My GunGame works like ...
if (KillScore == 1){
ResetPlayerweapons(playerid);
GiveplayerWeapon(playerid,22,500);
SendClientMessage(playerid,COLOR_YELLOW,"You are on Level 1 = Dual Pistols");
}
and etc. But now i want to make it with
new rank[MAX_PLAYERS]
like this
if (KillScore==1){
rank = 1;
etc.
--> It's because i want to add deathscore, like
rank -=1
....
I know that i have to add: rank +=1 --->next weapon (for example from dual pistols (22) to quiet pistol (xD) and also reverse
but i don't know how
need help me xD
MFG Bearfist