SA-MP Forums Archive
help inputtext - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: help inputtext (/showthread.php?tid=115861)



help inputtext - gedux123775 - 26.12.2009

how to make this way to inputtext to this command

Quote:

if(!strcmp(cmdtext, "/imti", true, 5))
{

if(cmdtext[6]==0 || !IsNumeric(cmdtext[7]))
{
SendClientMessage(playerid,0xFF3E9EFF,"* Paimt pinigu is bankomato: /imti [kiek]");
return 1;
}

new kiek = StringToInt(cmdtext[7]);

if(playerDB[playerid][banke] < kiek)
{
SendClientMessage(playerid,0xE60000FF,"* Banke, jus tiek neturite!");
return 1;
}

playerDB[playerid][banke]-=kiek;
GivePlayerMoneyA(playerid,kiek);
ApplyAnimation(playerid, "HEIST9", "Use_SwipeCard", 4.000000, 0, 0, 0, 0, -1);
return 1;
}




Re: help inputtext - Niixie - 26.12.2009

Please put it in ['pawn]['/pawn] // without the '


Re: help inputtext - gedux123775 - 26.12.2009

Quote:
Originally Posted by gedux123775
how to make this way to inputtext to this command

Quote:

if(!strcmp(cmdtext, "/imti", true, 5))
{

if(cmdtext[6]==0 || !IsNumeric(cmdtext[7]))
{
SendClientMessage(playerid,0xFF3E9EFF,"* Paimt pinigu is bankomato: /imti [kiek]");
return 1;
}

new kiek = StringToInt(cmdtext[7]);

if(playerDB[playerid][banke] < kiek)
{
SendClientMessage(playerid,0xE60000FF,"* Banke, jus tiek neturite!");
return 1;
}

playerDB[playerid][banke]-=kiek;
GivePlayerMoneyA(playerid,kiek);
ApplyAnimation(playerid, "HEIST9", "Use_SwipeCard", 4.000000, 0, 0, 0, 0, -1);
return 1;
}




Re: help inputtext - dice7 - 26.12.2009

Use dcmd or zcmd
https://sampwiki.blast.hk/wiki/Fast_Commands#dcmd


Re: help inputtext - gedux123775 - 26.12.2009

I need a man here parastam ATM command


Re: help inputtext - gedux123775 - 26.12.2009

Help


Re: help inputtext - gedux123775 - 27.12.2009

HHHHEEEELLLLPPPP!!!!!!!


Re: help inputtext - Grim_ - 27.12.2009

Quote:
Originally Posted by gedux123775
I need a man here parastam ATM command
What? ...