11.10.2013, 21:43
Ohh, well thats cuz there are no enums involved in your script.
To save your enums you have to add all those things on - OnPlayerDisconnect callback, you can read some tutorials about saving and loading systems.
And of course you have to give a value or index (dunno how to say that) to your enums, for example
Sorry for idents.
Maybe i understood you wrong, there is second version.
change
to
To save your enums you have to add all those things on - OnPlayerDisconnect callback, you can read some tutorials about saving and loading systems.
And of course you have to give a value or index (dunno how to say that) to your enums, for example
Код:
if(dialogid == 13) { if(!response) return 1; if(response) { FactionInfo[playerid][factionid] = 1; } }
Maybe i understood you wrong, there is second version.
change
Код:
INI_WriteString(File,"Rank2",inputtext);
Код:
INI_WriteString(File," FactionInfo[playerid][Rank2]",inputtext);