- 0
Problema /bonus
-
Similar Content
-
- 2 replies
- 116 views
-
- 3 answers
- 176 views
-
- 11 replies
- 241 views
-
- 2 replies
- 130 views
-
- 2 answers
- 168 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
InceMan
vreau sa fac un system de bonus pentru incepatori si daca am level 5 si dau /bonus imi ea level 4 si imi da 2 de-ce oare
CMD:bonus(playerid, params[]){
{
if(IsPlayerConnected(playerid))
{
playerVariables[playerid][pLevel] = 2;
playerVariables[playerid][pCash] = 500000;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Felicitari, ai primit Level 2 + $500,000 din partea staff-ului !");
}
else
{
SendClientMessage(playerid, COLOR_GREEN, "{CCCCCC}[BONUS] Ai folosit deja aceasta comanda sau nu ai level 1 !");
}
}
return 1;
} Ma puteti Ajuta multumesc!
FiveGame Lands
Pawno Developer, Mapping , Scripter
Since 2016
Link to comment
Share on other sites
2 answers to this question
Recommended Posts