- 0
Problema /bonus
-
Similar Content
-
- 3 replies
- 162 views
-
- 1 reply
- 159 views
-
- 1 answer
- 456 views
-
- 6 replies
- 511 views
-
- 4 replies
- 448 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
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
2 answers to this question
Recommended Posts