What's the command to keep things I changed server say I added arrows and more ...
#1

What's the command to keep things I changed server say I added arrows and more ...
Reply
#2

I didn't understand you. Can you explain it again, please!
Reply
#3

I say something new server with a command how I keep it because I shut the server is not saved.
Reply
#4

I think he means that he wants a command that will save every file when he shut down his server.
Reply
#5

Quote:
Originally Posted by Mr.Anonymous
Посмотреть сообщение
I think he means that he wants a command that will save every file when he shut down his server.
I believe the same.
If this is what you need, then make a cutom function OnPlayerLogout and inside put the part that saves the data in OnPlayerDisconnect.
pawn Код:
public OnGameModeExit( )
{
    for( new i; i != MAX_PLAYERS; i ++ ) OnPlayerDisconnect( i, 1 );
    return 1;
}

OnPlayerLogout( playerid )
{
    // saving part
    return 1;
}
Reply
#6

i need command for save All I'm in a server
Reply
#7

I can't understand you. Do you need a command for saving the data of all the online players?
Reply
#8

In addition to a command server keeps things built at the moment
Reply
#9

lol, try use /motd [text] with this cmd you can write text wich will be saved
Reply
#10

I mean when I build white arrow Server how I keep it because I close the server and open it, it suddenly disappears you know?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)