SA-MP Forums Archive
need to create HQ yakuza ,russian, chinese and other...and houses to buy - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: need to create HQ yakuza ,russian, chinese and other...and houses to buy (/showthread.php?tid=82081)



need to create HQ yakuza ,russian, chinese and other...and houses to buy - jasonnw666 - 15.06.2009

i want to add some things in my godfather server..
how have a script to create HQ yakuza ,russian, chinese and others?
and a scriptfile with others houses to buy?(the maximum is 33?) and a system to sell houses...

thank you


Re: need to create HQ yakuza ,russian, chinese and other...and houses to buy - joeri55 - 15.06.2009

I think this belongs to the script request topic. Because you don't need help with your script you just want that someone makes it for you.

http://forum.sa-mp.com/index.php?topic=94387.0


Re: need to create HQ yakuza ,russian, chinese and other...and houses to buy - jasonnw666 - 15.06.2009

no i want help to create


Re: need to create HQ yakuza ,russian, chinese and other...and houses to buy - jasonnw666 - 15.06.2009

i do that

by exemple to create hq
CreateObject(7927,1240.6016,-833.6031,1084.2678,0.000000,0.000000,0);// HQ

then else if (PlayerToPoint(2.0, playerid,1094.9761,-647.9109,113.6484))
{
//Yakuza HQ
SetPlayerPos(playerid,962.0352,-53.4519,1001.1246);
GameTextForPlayer(playerid, "~w~Ecchizuki", 5000, 3);
SetPlayerInterior(playerid,3);
}
else if (PlayerToPoint(2.0, playerid,965.2612,-53.0352,1001.1246))
{//Yakuza HQ exit
SetPlayerPos(playerid,1095.8580,-643.5707,113.1061);
GameTextForPlayer(playerid, "~w~Vinewood", 5000, 3);
SetPlayerInterior(playerid,0);






Re: need to create HQ yakuza ,russian, chinese and other...and houses to buy - jasonnw666 - 15.06.2009

and the script "aHouse.pwn" simple script "one house one line by house" is compatible with godfather?