Anti hack Help (+rep)
#4

PHP код:
This functions gives the player the given amount of money and scorepoints
RewardPlayer
(playeridMoneyPoints)
{
    
// Add the given amount of money to the player's account
    
APlayerData[playerid][PlayerMoney] = APlayerData[playerid][PlayerMoney] + Money;
    
// Add the given amount of scorepoints to the player's account
    
APlayerData[playerid][PlayerScore] = APlayerData[playerid][PlayerScore] + Points;

Reply


Messages In This Thread
Anti hack Help (+rep) - by Shaheen - 20.03.2016, 02:39
Re: Anti hack Help (+rep) - by Shaheen - 20.03.2016, 10:50
Re: Anti hack Help (+rep) - by introzen - 20.03.2016, 11:13
Re: Anti hack Help (+rep) - by Shaheen - 20.03.2016, 11:19
Re: Anti hack Help (+rep) - by Shaheen - 20.03.2016, 14:45
Re: Anti hack Help (+rep) - by Banditul18 - 20.03.2016, 14:52
Re: Anti hack Help (+rep) - by Shaheen - 21.03.2016, 08:59
Re: Anti hack Help (+rep) - by Banditul18 - 21.03.2016, 11:18
Re: Anti hack Help (+rep) - by Shaheen - 21.03.2016, 12:43
Re: Anti hack Help (+rep) - by Shaheen - 22.03.2016, 03:39

Forum Jump:


Users browsing this thread: 1 Guest(s)