Posts: 400
Threads: 96
Joined: Aug 2011
Reputation:
0
Hi
I have mod but all houses and gates in the farm there is no FBI HQ,Bank,and 24/7
How to create some?how to move the house?
Thanks!
Posts: 33
Threads: 0
Joined: Aug 2011
Reputation:
0
Use MTA:SA Map Editor, then use a Converter
If you want to move a house, you need to get new coordinates
Posts: 400
Threads: 96
Joined: Aug 2011
Reputation:
0
i just want move it how i can Find the X Y Z of the house in the mod?
Posts: 195
Threads: 19
Joined: Apr 2011
Quote:
Originally Posted by Chris_Morrison
i just want move it how i can Find the X Y Z of the house in the mod?
|
Use s obeits, and look at the Tele numbers right down at the s obeits bar : X, Y, Z, [UniversalWord ID]
Posts: 195
Threads: 19
Joined: Apr 2011
Quote:
Originally Posted by KingTurtle
or you can use this
pawn Код:
if(strcmp(cmdtext, "/getpos", true) == 0) { if(IsPlayerAdmin(playerid)) { new Float:pos[3], str[100]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]); format(str, sizeof str, "X: %.2f | Y: .2f | Z: .2f", pos[0], pos[1], pos[2]); } else return SendClientMessage(playerid, 0xFFFFFF, "You have no permmission to use this command"); }
|
Why use this when you got s obeits ?-.-, Srsly i am 100% sure that every person who plays samp, has s obeits installed, lol.