Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
Aight so im working on a faction system. See i use global variables for the names of faction as new faction1[50]; and so on. On /createfaction the name will be given to the variable like faction1. And when i perform /factions the variable which hold no name will appear blank right? so is there any way to make those blank spaces replaced with NONE?
Posts: 383
Threads: 70
Joined: Feb 2016
Код:
new faction1[50] = None;
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
aww lol didnt came in mind thx
Posts: 1,050
Threads: 153
Joined: Mar 2016
Reputation:
0
How can i save the faction names in the script?
Posts: 383
Threads: 70
Joined: Feb 2016
Posts: 53
Threads: 2
Joined: Sep 2014
Reputation:
0
There are several ways you can store data (dini, y_ini, txt etc.). You can search for tutorials about them or ask us if you don't understand them.