Set Score Cash to Kills
#5

pawn Код:
public OnVehicleDeath(vehicleid, killerid)
{
    SetPlayerScore(killerid,GetPlayerScore(killerid)+1);//for score
    GivePlayerMoney(killerid,GetPlayerMoney(killerid)+1000); // CHANGED
    return 1;
}
Reply


Messages In This Thread
Set Score Cash to Kills - by Steeve_Smith - 02.11.2010, 15:18
Re: Set Score Cash to Kills - by OldDirtyBastard - 02.11.2010, 15:28
Re: Set Score Cash to Kills - by HyperZ - 02.11.2010, 16:31
Re : Set Score Cash to Kills - by Steeve_Smith - 02.11.2010, 17:05
Re: Set Score Cash to Kills - by Miguel - 02.11.2010, 18:12
Re: Set Score Cash to Kills - by Mean - 02.11.2010, 18:43
Re : Set Score Cash to Kills - by Steeve_Smith - 02.11.2010, 19:35
Re: Set Score Cash to Kills - by Sascha - 02.11.2010, 19:36
Re : Set Score Cash to Kills - by Steeve_Smith - 02.11.2010, 20:02

Forum Jump:


Users browsing this thread: 1 Guest(s)