- 0
Problema verificare
-
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
Salut SA-MP.ro! Astazi am o problema la o verificare. Am lucrat la un sistem de duel si din pacate nu merge aceasta verificare din dialog,o sa las dialogul mai jos.
Despre ce este vorba: Odata ce pune suma,daca nu are suma el merge,insa daca jucatorul pe care a dat /duel si pune suma chiar daca nu are banii,ii merge.
Dupa cum vedeti in dialogul de mai jos am facut sa-i zica,insa nu-i zice,dar daca el nu are banii ii zice,insa la jucatorul pe care a dat /duel nu-i zice. Va rog ajutati-ma
case DIALOG_DUEL_BET:
{
if(!response) return resetDuel(playerid);
else
{
new userid;
if(!IsNumeric(inputtext)) return ShowPlayerDialog(playerid, DIALOG_DUEL_BET, DIALOG_STYLE_INPUT, "Duel System [Bet]", "Scrie suma pe care vrei sa o pariezi.\n(Suma poate fii intre $1 si $1,000,000", "Bet", "");
if(strval(inputtext) < 1 || strval(inputtext) > 1000000) return ShowPlayerDialog(playerid, DIALOG_DUEL_BET, DIALOG_STYLE_INPUT, "Duel System [Bet]", "Scrie suma pe care vrei sa o pariezi.\n(Suma poate fii intre $1 si $1,000,000", "Bet", "");
if(GetPlayerMoney(playerid) < strval(inputtext)) return ShowPlayerDialog(playerid, DIALOG_DUEL_BET, DIALOG_STYLE_INPUT, "Duel System [Bet]", "Nu detii suma pe care ai introdus-o.\nScrie suma pe care vrei sa o pariezi.\n(Suma poate fii intre $1 si $1,000,000", "Bet", "");
if(GetPlayerMoney(userid) < strval(inputtext)) return ShowPlayerDialog(playerid, DIALOG_DUEL_BET, DIALOG_STYLE_INPUT, "Duel System [Bet]", "Jucatorul nu are suma de bani pe care ai introdus-o.\nScrie suma pe care vrei sa o pariezi.\n(Suma poate fii intre $1 si $1,000,000", "Bet", "");
DuelBet[playerid] = strval(inputtext);
ShowPlayerDialog(playerid, DIALOG_DUEL_WEAPON, DIALOG_STYLE_LIST, "Duel System [Weapon Select]",
"Desert Eagle\nM4\nShotgun\nMP5\nSniper", "Select", "");
}
}
9 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