19.02.2010, 15:16
Hello!
I need help with 2 things...
First one is about top killers, I want to add /topkiller or /top3 command into my gamemode, and when player uses it, t gives outcome to him like
=========[ Top Killers ]========
1. Player1 Kills: Number3
1. Player2 Kills: Number2
1. Player2 Kills: Number1
parameters I use as for player kills is
PlayerInfo[playerid][pKills]
So it checks through users files and gives the player income about top 3 persons with highest score!
Is it possible somehow??
And the other thing is about /send ID amount
Allows user to send cash to other user, which means giving cash to receiver and removing cash from sender.
Also, if the person doesnt have money he typed in amount to send it gives income like "You don't have enough money"
To receiver: You received $Money1 from Player1(id)
To sender: You have sent $Money1 to Player2(id)
If anybody can help me please...
Thanks
I need help with 2 things...
First one is about top killers, I want to add /topkiller or /top3 command into my gamemode, and when player uses it, t gives outcome to him like
=========[ Top Killers ]========
1. Player1 Kills: Number3
1. Player2 Kills: Number2
1. Player2 Kills: Number1
parameters I use as for player kills is
PlayerInfo[playerid][pKills]
So it checks through users files and gives the player income about top 3 persons with highest score!
Is it possible somehow??
And the other thing is about /send ID amount
Allows user to send cash to other user, which means giving cash to receiver and removing cash from sender.
Also, if the person doesnt have money he typed in amount to send it gives income like "You don't have enough money"
To receiver: You received $Money1 from Player1(id)
To sender: You have sent $Money1 to Player2(id)
If anybody can help me please...
Thanks