Help me please i am noob (Pawno)
#1

Hi, I'm a newbie in pawn, and I'm trying to make a GM from scratch, though initially I encountered the following problem.

-First when you start you will see a message from the server and then request a password within the interior 14 where is immigration, then the character must appear in at the airport in saints, but for some reason only see the map where shown position but the scene is rendered.



http://pastebin.com/DgX39NHR
Reply
#2

pawn Код:
SetPlayerCameraPos(playerid, -1862.8102,46.5103,1055.1436);
SetPlayerCameraLookAt(playerid, -1862.8102,46.5103,1055.1436);
SetPlayerPos(playerid,-1862.8102,46.5103,1061.1436);
SetPlayerInterior(playerid,14);
Are the coordinates correct, because if they are out of the building and you have Interior 14, it shows like that.
In case you want to spawn out of the building
pawn Код:
SetPlayerInterior(playerid,0);
Reply
#3

Interior 14.

Код:
// Posiciуn de Imigraciуn.
        SetPlayerCameraPos(playerid, -1862.8102,46.5103,1055.1436);
        SetPlayerCameraLookAt(playerid, -1862.8102,46.5103,1055.1436);
        SetPlayerPos(playerid,-1862.8102,46.5103,1061.1436);
        SetPlayerInterior(playerid,14);
it works correctly, however no where to put this to make it out of the airport of saints.

Код:
        // Jugador en la Salida del Aeropuerto.
        SetPlayerFacingAngle(playerid,344.1960);             // Angulo de Mirada.
        SetPlayerPos(playerid,1640.3710,-2334.4058,13.5469); // Posiciуnamiento.
        SetPlayerInterior(playerid,0);
Here not render the scene, only seen in the map and in the first message.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)