need a lil. help guys <3
#1

I want here. "If playerid is inside the Snoop Dog club, the Pleasure Domes ( dunno the interior ID ), then return 1;" like that

thanks again!

pawn Код:
if(strcmp(choice, "interior", true) == 0)
    {
        GetPlayerPos(playerid, DDoorsInfo[doorid][ddInteriorX], DDoorsInfo[doorid][ddInteriorY], DDoorsInfo[doorid][ddInteriorZ]);
        GetPlayerFacingAngle(playerid, DDoorsInfo[doorid][ddInteriorA]);
        DDoorsInfo[doorid][ddInteriorInt] = GetPlayerInterior(playerid);
        DDoorsInfo[doorid][ddInteriorVW] = GetPlayerVirtualWorld(playerid);
        SendClientMessage(playerid, COLOR_WHITE, "You have changed the interior!");
        SaveDynamicDoors();
        format(string, sizeof(string), "%s has edited DoorID %d's Interior.", GetPlayerNameEx(playerid), doorid);
        Log("logs/ddedit.log", string);
        return 1;
    }
Reply
#2

http://weedarr.wikidot.com/interior
Search and Use function GetPlayerInterior(playerid);
Reply
#3

Quote:
Originally Posted by Phyzic
Посмотреть сообщение
http://weedarr.wikidot.com/interior
Search and Use function GetPlayerInterior(playerid);
THANKS <3 <3
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)