2551
Announcements & News / Re: Stratis v0.9g
« on: Apr 28, 2014, 06:20 PM »
Did you add "-mod=@inidbi" in your server shortcut?
Welcome, Guest.
Please login or register.
Did you miss your activation email?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
player setObjectTextureGlobal [0, ".paa path"];
player addEventHandler ["Take",
{
_item = _this select 2;
if (_item == "U_someUniform") then
{
player setObjectTextureGlobal [0, ".paa path"];
};
}];
For the PlayerSave, is that something I need to setup a SQL database for?
~Doyle
Hey!
So I added the three files into the Persistence Folder, now where do I put that (that being the code for "isDonator")?
c_savePlayerData.sqf ?
~Doyle
if (player getVariable ["isDonator", false]) then
{
// do stuff
};
Yes, I was looking through previous versions, but I couldn't exactly "find" it.
~Doyle
Would their be a way to implement the old "Donation System" into v0.9f?
Thanks,
~Doyle
So, that being said, is there any way to get a Donation System up for something like that, or was that completely removed?
~Doyle
We can test it out on our server if you want.
They change the configs a lot so you should replace the old with the new main_config.sqf file and change your values again.