Iulian2 Posted February 8, 2019 Posted February 8, 2019 SetPlayerCheckpointEx(i, 1111.2559,-1796.9579,16.5938, 5.0); ResetPlayerCash(i); GivePlayerCash(i, 25000000); PlayerInfo[pAccount] = 20000; PlayerInfo[pLevel] = 3; SendClientMessage(i, COLOR_YELLOW, "Ai primit 25,000,000$, level 3 si 50 Diamonds"); SendClientMessage(i, COLOR_YELLOW, "Spor la joc!"); format(string, sizeof(string), "UPDATE users SET `Tutorial`='1',`Bank`='20000',`Money`='25000000' WHERE `name`='%s'",GetName(i)); mysql_query(SQL, string); TutTime = 0; PlayerInfo[pTut] = 1; gOoc = 0; gNews = 0; gFam = 0; CP = 53; } Aici imi spune ca imi da si 50 diamonds dar nu imi da nimic , cum pot modifica sa imi dea si 50 diamonds si o masina?
0 LucaAdv. Posted February 8, 2019 Posted February 8, 2019 Poftim: Citat GivePlayerCash(playerid, 25000000); PlayerInfo[playerid][pLevel] = 3; PlayerInfo[playerid][AICI PUI CUM SE NUMESC] = 50; Update(playerid, pCashx); Update(playerid, pLevelx); Update(playerid, AICI PUI CUM SE NUMESC); SetPlayerScore(playerid, PlayerInfo[playerid][pLevel]); SendClientMessage(playerid, COLOR_LIGHTBLUE, "[BONUS]Ai primit $25,000,000, level 3 si 250 Premium Points bonus de bun venit."); } GameMode Edited: gamemode Servicii Scripting: Contact: Email: [email protected] Discord: LucaAdv // LHS#9084
Question
Iulian2
SetPlayerCheckpointEx(i, 1111.2559,-1796.9579,16.5938, 5.0);
ResetPlayerCash(i);
GivePlayerCash(i, 25000000);
PlayerInfo[pAccount] = 20000;
PlayerInfo[pLevel] = 3;
SendClientMessage(i, COLOR_YELLOW, "Ai primit 25,000,000$, level 3 si 50 Diamonds");
SendClientMessage(i, COLOR_YELLOW, "Spor la joc!");
format(string, sizeof(string), "UPDATE users SET `Tutorial`='1',`Bank`='20000',`Money`='25000000' WHERE `name`='%s'",GetName(i));
mysql_query(SQL, string);
TutTime = 0; PlayerInfo[pTut] = 1; gOoc = 0; gNews = 0; gFam = 0; CP = 53;
}
Aici imi spune ca imi da si 50 diamonds dar nu imi da nimic , cum pot modifica sa imi dea si 50 diamonds si o masina?
1 answer 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