Stay within the world boundaries.
#1

Buenas, estoy tratando de identificar en esta funciуn que es lo que hace que cuando se ejecute aparezca en pantalla 'stay within the world boundaries', pero no logro verlo.

pawn Код:
public ConectarJugador(playerid)
{
    if(Info[playerid][pPos_x] == 0.0 && Info[playerid][pPos_y]== 0.0&& Info[playerid][pPos_z]== 0.0){
        Info[playerid][pPos_x] = 2285.3040;
        Info[playerid][pPos_y] = 25.0274;
        Info[playerid][pPos_z] = 26.4844;
    }
        Conectado[playerid] = true;
    GivePlayerMoney(playerid, 1000);
    SpawnPlayer(playerid);
    return 1;
}
Reply


Messages In This Thread
Stay within the world boundaries. - by jwalker - 14.01.2015, 01:15
Respuesta: Stay within the world boundaries. - by Zume - 14.01.2015, 01:17
Respuesta: Stay within the world boundaries. - by DesingMyCry - 14.01.2015, 01:41
Respuesta: Stay within the world boundaries. - by Zume - 14.01.2015, 01:43
Respuesta: Stay within the world boundaries. - by DesingMyCry - 14.01.2015, 01:50
Respuesta: Stay within the world boundaries. - by Zume - 14.01.2015, 01:54
Respuesta: Stay within the world boundaries. - by OTACON - 14.01.2015, 08:11

Forum Jump:


Users browsing this thread: 1 Guest(s)