21.07.2009, 11:50
hey, im scripting a faction and all is going smooth, but since im new to scripting, i cant work out where to copy and paste the certain stuff. Heres what i wish you guys to do
Interior Cords = 2350.339843,-1181.649902,1027.976562
Player the person should be standing when they get tele'd ((PlayerToPointStripped) = 109,2808.0303,-1175.9161,25.3815,179.0963,0,0,0,0,0,0
i wish you guys to add these cords into my current one, ((Current one fails)), Thanks
Interior Cords = 2350.339843,-1181.649902,1027.976562
Player the person should be standing when they get tele'd ((PlayerToPointStripped) = 109,2808.0303,-1175.9161,25.3815,179.0963,0,0,0,0,0,0
i wish you guys to add these cords into my current one, ((Current one fails)), Thanks
Код:
} else if(PlayerToPointStripped(1, playerid,1123.0614,-2037.0490,69.8937, cx,cy,cz)) {//MS-13 enter GameTextForPlayer(playerid, "~w~MS 13 ~n~gang hq", 5000, 1); SetPlayerInterior(playerid, 1); SetPlayerPos(playerid,2173.3374,1617.3943,999.9766); // Ms-13 Gang PlayerInfo[playerid][pInt] = 1; }