Hi... GunGame with Rank ?? How
#1

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


Reply
#2

not rank = 1;
rank[playerid] = 1;

Try
Reply
#3

I don't know how you mean that

explain it pls .. i'm a noob i know xD
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)