Command /chouse REP +++ - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Command /chouse REP +++ (
/showthread.php?tid=400108)
Command /chouse REP +++ -
Panovsky - 16.12.2012
Hello i'm Beginner and i want do make a command /chouse and with that command i want to create a House ... But i don't know how to do that ...
enum hInfo
{
Float:hEntrancex,
Float:hEntrancey,
Float:hEntrancez,
Float:hExitx,
Float:hExity,
Float:hExitz,
hOwner[MAX_PLAYER_NAME],
hDiscription[MAX_PLAYER_NAME],
hValue,
hHel,
hArm,
hInt,
hLock,
hOwned,
hRooms,
hRent,
hRentabil,
hTakings,
new HouseInfo[34][hInfo];
Re: Command /chouse REP +++ -
Deron_Green - 16.12.2012
Take a look at this maybe it can help you.
https://sampforum.blast.hk/showthread.php?tid=287541
Re: Command /chouse REP +++ -
Joshua1 - 16.12.2012
I don't get it. That's not the right code.