16.11.2018, 17:24
How I give +1 score and $ 300 of money to a user for kill
Variables money and score
Variables money and score
PHP Code:
//money
if(GetPlayerMoney(playerid) != PlayerInfo[playerid][cDinero])
GivePlayerMoney(playerid,PlayerInfo[playerid][cDinero]);}
//score
if(GetPlayerScore(playerid) != PlayerInfo[playerid][cKills]){
SetPlayerScore(playerid,PlayerInfo[playerid][cKills]);}

