house system - 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: house system (
/showthread.php?tid=130406)
house system -
aircombat - 26.02.2010
i am looking for a house system which make the player spawns in front of his house which he bought and plz don't say
Search cause i tryed every house system on samp so anyone knows how to do it?
________
Fisting Vagina
Re: house system -
MaykoX - 26.02.2010
http://forum.sa-mp.com/index.php?topic=40314.0
Re: house system -
DarkPower - 26.02.2010
Quote:
Originally Posted by MaykoX™
|
I just puting houses for my server ^^ and then i see this topic, yea that is the best house system...you really need to try it
Re: house system -
aircombat - 26.02.2010
that system doesnt make the player spawns when he connect at his house
________
PAYMENT PROTECTION INSURANCE FORUM
Re: house system -
[HiC]TheKiller - 26.02.2010
Quote:
Originally Posted by [AC
Etch ]
that system doesnt make the player spawns when he connect at his house
|
That's the only pre-made house script, if you don't like it, make your own.
Re: house system -
Fj0rtizFredde - 26.02.2010
Quote:
Originally Posted by [AC
Etch ]
that system doesnt make the player spawns when he connect at his house
|
Yes it does
It also have a funcion called SpawnPlayerAtHouse so yes that script spawn the player at the house they own
Re: house system -
bartje01 - 26.02.2010
Nope it doesn't. I join the quesition. I need this too
Re: house system -
Fj0rtizFredde - 26.02.2010
Well make sure that you have:
pawn Код:
public OnPlayerSpawn(playerid)
{
SpawnPlayerAtHouse(playerid);
}
Or check your OnPlayerSpawn in all FS or your GM so that is nothing that is blocking the house system :P
I used to use that house system MaykoX posted so I know that it is working
Re: house system -
aircombat - 26.02.2010
Quote:
Originally Posted by Fj0rtizFredde
Well make sure that you have:
pawn Код:
public OnPlayerSpawn(playerid) { SpawnPlayerAtHouse(playerid); }
Or check your OnPlayerSpawn in all FS or your GM so that is nothing that is blocking the house system :P
I used to use that house system MaykoX posted so I know that it is working
|
k will try and say
________
Rehab community
Re: house system -
bartje01 - 26.02.2010
it really works xD Thanks