- 0
Sendclientmessage
-
Similar Content
-
- 4 replies
- 1,310 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Speis.
YCMD:mygoal(playerid, params[], help){ new string[128]; SCM(playerid, -1, "//-----------JOB GOAL-----------//"); if(PlayerInfo[playerid][pMyGoal] < 30){ format(string, sizeof(string), "Momentan ai adunat doar %d. Pentru a primi bonusul, ai nevoie de minim 40!",PlayerInfo[playerid][pMyGoal]); SCM(playerid, COLOR_RED, string); } else if(PlayerInfo[playerid][pMyGoal] > 40){ format(string, sizeof(string), "Felicitari! Ai acumulat %d salarii.Munceste mai mult pentru un bonus mai mare!",PlayerInfo[playerid][pMyGoal]); SCM(playerid, COLOR_LIGHTBLUE, string); } return true; }
Cred ca e ceva banal dar nu inteleg de ce in al2lea caz nu imi afiseaza mesajul ( cand ai peste 40 de salarii ).
Link to comment
Share on other sites
4 answers to this question
Recommended Posts