- -1
Cum compar inputtext cu o data pentru comanda de deposit
-
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
ShaggyShaggy
if(IsNumeric(inputtext)) { if(inputtext[playerid] <= PlayerInfo[playerid][pBani]); eroare 36 { PlayerInfo[playerid][pBani] -= inputtext[playerid]; PlayerInfo[playerid][pBaniBanca] += inputtext[playerid]; new string[128]; format(string, sizeof(string), "Ai depozitat %s", inputtext[playerid]); SCM(playerid, galben, string); GivePlayerMoney(playerid, -inputtext[playerid]); } else eroare 29 { SCM(playerid, rosu, "EROARE: Nu ai suficienti bani!"); } } else { SCM(playerid, rosu, "EROARE: Trebuie sa introduci doar cifre!"); }Erori: error 036: empty statement
error 029: invalid expression, assumed zero
In cod sunt mai ordonate dar cand le-am bagat aici s-au mutat si sunt strambe, oricum vreau sa stiu doar cum fac acolo cu if(inputtext...
Edited by ShaggyShaggy2 answers to this question
Recommended Posts