how to get positions for enter exit
#3

You can also use smth like that:
pawn Code:
else if (strcmp(cmd, "/getint", true) == 0)
    {
        //if(PINFO[playerid][pAdmin] == 0) return SendMe(playerid, CGRADD, YouCanNot);
        new Float:X, Float:Y, Float:Z, Float:Angle;
        GetPlayerPos(playerid, X, Y, Z);
        GetPlayerFacingAngle(playerid, Angle);
        SendMes(playerid, CBLUEE, "Int: %i | Virt World: %i | Pos: [%.2f, %.2f, %.2f] | FacingAngle: %0.2f",GetPlayerInterior(playerid),GetPlayerVirtualWorld(playerid),X,Y,Z,Angle);
        return 1;
    }
Reply


Messages In This Thread
how to get positions for enter exit - by danish007 - 22.01.2015, 11:08
Re: how to get positions for enter exit - by Rabea - 22.01.2015, 11:13
Re: how to get positions for enter exit - by Anuris - 22.01.2015, 12:38
Re: how to get positions for enter exit - by Luis- - 22.01.2015, 12:39

Forum Jump:


Users browsing this thread: 1 Guest(s)