Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,200
- Solutions
- 2
- Reaction score
- 149
I want to save the guild name in the database so that after server save it will not be deleted.
I tested (works but in server save this disappear):
and (dont work, give an error for store):
tfs 1.2
how I can store the guild name?
I tested (works but in server save this disappear):
LUA:
Game.setStorageValue(966632, getPlayerGuildName(cid))
and (dont work, give an error for store):
LUA:
setGlobalStorageValue(966632, getPlayerGuildName(cid))
tfs 1.2
how I can store the guild name?