- 0
Comanda Bonus .
-
Similar Content
-
- 2 replies
- 2.001 views
-
- 1 answer
- 448 views
-
- 2 answers
- 1.038 views
-
Am o problema cu un battlepass,de ce nu merge comanda /misiuni cand o scriu,tin sa precizez ca script-ul mi l-a facut chatgpt
By cbnmihaita,
- 2 answers
- 855 views
-
- 3 answers
- 1.376 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.

Question
Konti.
Salut, am facut comanda bonus, si as vrea sa vad daca e scriptata cum trebuie, ATENTIE: VREAU SA FIE DOAR ODATA ACCESATA DE UNDE ANUMIT PLAYER.
CMD:bonus(playerid, params[])
{
if(playerVariables[playerid][pLevel] >= 1)
{
playerVariables[playerid][pMoney] += 20000000;
playerVariables[playerid][pLevel] += 2;
playerVariables[playerid][pDriveLicense] +=100;
format(string, sizeof(string), "Felicitari ai luat Bonusul de Inceput !");
}
else return SCM(playerid, COLOR_WHITE, "Trebuie sa ei [/bonus] la Level 1, dar tu ai mai mult !");
}
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now