ayuda spawn mysql
#2

Es porque no estбs guardando bien cuando se corta la conexiуn.

Intenta colocar esto en OnGameModeExit.

pawn Код:
for(new j; j < MAX_PLAYERS; j++)
    {
        if(IsPlayerConnected(j))
        {
           //Funciуn de guardar la posiciуn del jugador
        }
    }
Reply


Messages In This Thread
ayuda spawn mysql - by Capotte - 27.03.2016, 19:30
Respuesta: ayuda spawn mysql - by Goncho28 - 27.03.2016, 22:00
Re: ayuda spawn mysql - by Capotte - 28.03.2016, 15:40

Forum Jump:


Users browsing this thread: 1 Guest(s)