Search Results
I'm not a good scripter, where would I have to do that? :O
25
Is this supposed to work just like you posted it?
25
Hello.
I could use some help:
How can I script a command so it automatically does /saveaccounts when I make a /gmx ?
Corran
25
Alright, here it is
Код:
public LoadFamilies()
{
new arrCoords[34][64];
new strFromFile2[256];
new File: file = fopen("families.cfg", io_read);
if (file)
{
new idx;
while (idx < sizeo...
24
Quote:
Originally Posted by MadeMan
Removing idx++ will create an infinite loop (freeze server). I think you don't want that
Show your loading function.
I'm not such a good Scripter o...
24
Okay, I wanted to try that, but when I remove the idx++ line, the Server wont start up, cause for some reason YSI isnt loading as it usually does.
24
There we go.
Код:
public SaveFamilies()
{
new idx;
new File: file2;
while (idx < sizeof(FamilyInfo))
{
new coordsstring[256];
format(coordsstring, sizeof(coords...
24
Hey!
I'm using Darklom's Fort Carson Gamemode, and I can't seem to get the Faction System fixed.
The problem is, that, as soon as you restart the Server, every CREATED Faction gets moved up a slot.
...
24
I'd be happy if this could get fixed too, that would be helpful!
35