Intiger - 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)
+--- Thread: Intiger (
/showthread.php?tid=547312)
Intiger -
BoU3A - 22.11.2014
if i want to check if intiger are empaty i do something like this
PHP код:
if(sscanf(params, "I(-1)",blala))
but if i want to check 2 intiger are empaty what i do
sorry for my english
Re: Intiger -
Raweresh - 22.11.2014
Integer can't be empty so i don't really know what you want to do but refine your question and maybe give us some more code of your think.
Re: Intiger -
Quickie - 22.11.2014
pawn Код:
new int1,int2;
if(sscanf(params,"ii",int1,int2))
{
return SendClientMessage(playerid,-1,"Error: empty Integer");
}