Little help?
#1

Ok so i decided to make my own house system and i need help at one thing...How i could make so when player enter check point inside house he will spawn out of house/at house icon for example?
if(checkpointid == HouseExit[i])
{
SetPlayerPos(playerid,AHouseData[i][HouseX]+3,AHouseData[i][HouseY],AHouseData[i][HouseZ]);
}
Reply
#2

Lol no one don't know how to fix this?
Reply
#3

pawn Код:
SetPlayerPos(playerid, HouseInfo[houseid][hExitX], HouseInfo[houseid][hExitY], HouseInfo[houseid][hExitZ]);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)