- 0
Comanada [/bonus], plz am facut-o dar am o problema
-
Similar Content
-
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
Alex.12
Am o problema am facut comanda [/bonus] pe GM Burned dar ceva nu merge bine las comanda mai jos va rog ajutati-ma. daca puteti sa-mi da-ti comanda refacuta cu tot cu variabile va rog !!! <3 las aici comanda:
CMD:bonus(playerid, params[]) {
if(!IsPlayerConnected(playerid) && IsPlayerLogged[playerid] == 0) return SCM(playerid, COLOR_RED, "Trebuie sa fii logat pentru a folosi aceasta comanda.");
if(PlayerInfo[playerid][pLevel] != 1) return SCM(playerid, COLOR_GREY, "Nu poti folosi aceasta comanda daca nu ai level 1.");
GivePlayerCash(playerid, 15000000);
PlayerInfo[playerid][pLevel] = 3;
PlayerInfo[playerid][pPremiumPoints] += 500;
PlayerInfo[playerid][pGunLic] = 1;
PlayerInfo[playerid][pGunLicT] = 5;
PlayerInfo[playerid][pFlyLic] = 1;
PlayerInfo[playerid][pFlyLicT] = 5;
PlayerInfo[playerid][pBoatLic] = 1;
PlayerInfo[playerid][pBoatLicT] = 5;
PlayerInfo[playerid][pCarLic] = 1;
PlayerInfo[playerid][pCarLicT] = 100;
return 1;
}
4 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