- 0
Problema compilare.
-
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
KiNGzOR
CMD:goleste(playerid, params[])
{
if(!IsPlayerInRangeOfPoint(playerid,5.0,-670.1496,969.9528,12.1328)) return SendClientMessage(playerid,0xFF444499,"SERVER : Depoziteaza mierea in hambar te rog!");
if(!LapteVaca[playerid]) return SCM(playerid,-1, "SERVER : {FF00FF}Nu ai lapte! {00FF00}Du-te si mulge de la o vaca.");
GivePlayerMoney(playerid, 100000); // <<<<<<<<<< MODIFICA AICI SUMA DE LA JOB
SCM(playerid,-1, "SERVER : {FFFFFF}Bravo! Ai golit laptele si ai primit: 100.000$ de la fermierul Nea Vasile");
LapteVaca[playerid] = !LapteVaca[playerid];
ApplyAnimation(playerid, "BOMBER", "BOM_Plant", 4.0, 0, 0, 0, 0, 0);
new str2[128];
mysql_format(SQL,str,sizeof(str),"UPDATE users SET `Money`='%d' WHERE `name`='%s'",GetPlayerCash([pNormalName]);
mysql_tquery(SQL,str2,"","");
return 1;
}
C:\Users\adrian\Desktop\Haman Gamemode, Subscribe!\Filterscript\vacar.pwn(991) : error 029: invalid expression, assumed zero
C:\Users\adrian\Desktop\Haman Gamemode, Subscribe!\Filterscript\vacar.pwn(991) : error 020: invalid symbol name ""
C:\Users\adrian\Desktop\Haman Gamemode, Subscribe!\Filterscript\vacar.pwn(991) : error 029: invalid expression, assumed zero
C:\Users\adrian\Desktop\Haman Gamemode, Subscribe!\Filterscript\vacar.pwn(991) : fatal error 107: too many error messages on one line
Linia 991 : mysql_format(SQL,str,sizeof(str),"UPDATE users SET `Money`='%d' WHERE `name`='%s'",GetPlayerCash([pNormalName]);
14 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