[AYUDA] CON LA SELECCION DE SKIN, ME URGE!
#3

Quote:
Originally Posted by dark5895
Посмотреть сообщение
necesitas agregar la posicion original del spawn de tu servidor

PHP код:
if(GetPVarInt(playerid"camara") == 0)
    {
    
InterpolateCameraPos(playerid837.702331, -1809.89379823.584636829.948120, -2030.59863213.5889065000);
    
InterpolateCameraLookAt(playerid837.552001, -1814.88586423.823146829.743469, -2035.58227513.9366005000);
    
SetPVarInt(playerid"camara"1);
    }
   
SetPlayerPos(playerid"Cordenadas de la posicion donde estara el skin"); 
Si, asi lo tengo

pawn Код:
public SetupPlayerForClassSelection(playerid)
{

    SetPlayerPos(playerid,829.44, -2037.53, 12.87);
    SetPlayerFacingAngle(playerid,360.3343);
    SetPlayerInterior(playerid,0);
    SetPlayerTime(playerid,2,0);
    //
    TextDrawShowForPlayer(playerid,Sprite0);
    TextDrawShowForPlayer(playerid,Sprite1);
    TextDrawShowForPlayer(playerid,Sprite2);
    TextDrawShowForPlayer(playerid,Sprite3);
    TextDrawHideForPlayer(playerid, Hoja);
    TextDrawHideForPlayer(playerid, ASD);
    TextDrawHideForAll(Sprite4);
    //
    if(GetPVarInt(playerid, "camara") == 0)
    {
    InterpolateCameraPos(playerid, 837.702331, -1809.893798, 23.584636, 829.948120, -2030.598632, 13.588906, 5000);
    InterpolateCameraLookAt(playerid, 837.552001, -1814.885864, 23.823146, 829.743469, -2035.582275, 13.936600, 5000);
    SetPVarInt(playerid, "camara", 1);
    }

}
Como digo segun yo eso lo tengo correcto, pero en hamachi y en puertos privados anda todo correctamente pero al ponerlo al host y probarlo en el server, no lo anda! AYUDA!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)