17.03.2017, 08:27
Quote:
You can create an array just as you have your HInfo one, it'd look like this:
Код:
new Float:HousePos[][] = { {pos1,pos2,pos3,int}, {pos1,pos2,pos3,int}, {pos1,pos2,pos3,int}, {pos1,pos2,pos3,int} }; So instead of doing this: Код:
SetPlayerPos(playerid,271.884979,306.631988,999.148437) Код:
SetPlayerPos(playerid,HousePos[i][0],HousePos[i][1],HousePos[i][2]) |
But i Cant understand
only i want way to make new interior + pos + exit checkpoints
interior (12)
Pos House(2324.419921,-1145.568359,1050.710083)
Checkpoints Exit Pos (2320.419921,-1145.568359,1050.710083)
/createhouse (Amount already here) (choose house 1 or 2)for what house i will made it.