Jump to content
  • 0

pomoc Ukládání přes dini


Andre221

Dotaz

Zdravím,

 

mám takový problém s ukládáním s dini. Osekal jsem to jenom na to nejpotřebnější, aby se zjistilo, kde je chyba. Je to něco s dini_Create, ale nevím co s tím.

 

v OnPlayerCommandText mám:

if (strcmp("/saveloc", cmdtext, true, 10) == 0)
{
if(!dini_Exists("Users/XXX.sav"))
{
dini_Create("Users/XXX.sav");
}
return 1;
}

 

Vždy když dám /saveloc, tak mi spadne server.

 

Nevíte čím by to mohlo být?

Díky

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...