09.12.2009, 12:32
I have some questions about giving money to all team etc ...
i try when player complete the mission it type gametextforplayer to all of COP_TEAM and and other Gametextforplayer to all of GROVE_TEAM
here is the code what i want and ask if this will work , cuz i have felling it wont work
will this give the money to all team and send game text to all team ? can you help ? if not what should i fix and do
ty
i try when player complete the mission it type gametextforplayer to all of COP_TEAM and and other Gametextforplayer to all of GROVE_TEAM
here is the code what i want and ask if this will work , cuz i have felling it wont work
Код:
GameTextForPlayer(TEAM_GROVE,"Mission Passed!~n~~g~+7500$",5000,0); GivePlayerMoney(TEAM_GROVE,7500);
ty