SA-MP Forums Archive
Safe Box. - 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: Safe Box. (/showthread.php?tid=217778)



Safe Box. - GaB1TzZzu - 28.01.2011

I want to all factions have a SafeBox where its can keep drugs,mats,and anything else.. Anyone can login in safebox if he know PIN code. Help me please. How can i do that?


Re: Safe Box. - GaB1TzZzu - 29.01.2011

Help me.


Re: Safe Box. - GaB1TzZzu - 30.01.2011

UPPP.


Re: Safe Box. - Not available - 30.01.2011

Depends on what gamemode you have.


Re: Safe Box. - GaB1TzZzu - 31.01.2011

I use MySQL. But i want the system, i will convert it for my server.


Re: Safe Box. - GaB1TzZzu - 31.01.2011

So...?


Re: Safe Box. - dice7 - 31.01.2011

do it yourself, this isn't a script request forum


Re: Safe Box. - GaB1TzZzu - 01.02.2011

God.. I don't need the script. I want a idea to make it, i tried, but it didn't work..


Re: Safe Box. - Steven Paul - 01.02.2011

what error does it gave's? Show us your error and your code? Btw it's not script request section


Re: Safe Box. - GaB1TzZzu - 01.02.2011

I DON'T HAVE A SYSTEM. I tried to make something like

pawn Код:
enum xInfo
{
        xFaction,
    xPin,
    xMoney,
    xDrugs,
    xMats,

};
new XsafeInfo[5][xInfo];