07.02.2012, 05:49
Hey Guys - Alright , Here is the Problem - I am editing a GF [Not NGRP] , Anyway.. I Want to make that on the payday Instead of getting 1 Respect point you get two - But i really can't find that - Anyway.. here is the Code of the payday :
There are more up and down but it's not needed as it's the tax / house / biz Electricity etc. , Anyway - I Think the Solustion is in this :
- But i really don't know how to make it 2 instead of 1 , Help would be really appreciated
PHP код:
//EXP
PlayerInfo[i][pExp]++; //experience points
SendClientMessage(i, COLOR_WHITE, "|___ BANK STATEMENT ___|");
format(string, sizeof(string), " Paycheck: $%d", checks);
SendClientMessage(i, COLOR_GRAD1, string);
format(string, sizeof(string), " Income Tax: -$%d", incometax);
SendClientMessage(i, COLOR_GRAD1, string);
if(PlayerInfo[i][pPhousekey] >= 1)
PHP код:
PlayerInfo[i][pExp]++; //experience points