- 0
Salut ,Sunt nou in scripting si as vrea sa ma ajutati cu ceva
-
Similar Content
-
- 16 replies
- 938 views
-
- 4 replies
- 223 views
-
- 0 replies
- 125 views
-
- 26 replies
- 2,358 views
-
- 18 replies
- 2,668 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
faze amuzante
Salut, am facut o comanda de /bonus dar nu se salveaza level-ul in baza de date gm hpq123,ajutorrr
comanda:
CMD:bonus(playerid, params[])
{
if(PlayerInfo[playerid][pLevel] == 1)
{
GivePlayerCash(playerid, 1, 10000000000);
PlayerInfo[playerid][pLevel] = 3;
SendClientMessage(playerid, COLOR_ORANGE, "Ai primit Level 3 + 100.000.000$ !");
}
return 1;
}
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.