SA-MP Forums Archive
Inventory System doesn't work. - 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: Inventory System doesn't work. (/showthread.php?tid=554838)



Inventory System doesn't work. - jueix - 05.01.2015

fixed


Re: Inventory System doesn't work. - jueix - 05.01.2015

Anyone can help?


Re: Inventory System doesn't work. - jueix - 06.01.2015

Bump anyone can help? it gets upto

Код:
case 22 .. 38:                    
{                        
if(GetPVarInt(playerid, str2) == 0) { format(result, 500, "%s\n%d: {FFFFFF}%s {FF3333}(EMPTY)", result, i, PrintIName(GetPVarInt(playerid, string)));  }                        
else { 
format(result, 500, "%s\n%d: {FFFFFF}%s {33FF66}(%d){FFFFFF}:{33FF66}[%s]", result, i, PrintIName(GetPVarInt(playerid, string)), GetPVarInt(playerid, str2), PrintIName(GetPVarInt(playerid, str3))); 
}                    
}



Re: Inventory System doesn't work. - jueix - 06.01.2015

Anyone please?