14.01.2015, 01:15
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;
}