SA-MP Forums Archive
[SOLVED] Grove street house. CJ's house. - 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: [SOLVED] Grove street house. CJ's house. (/showthread.php?tid=142105)



[SOLVED] Grove street house. CJ's house. - andershh - 17.04.2010

Theres no yellow dot flying outside CJ's house at my server so i cant enter it.
Is it possible to add a script/code in Pawno to fix it?

If yes, How?

Thanks. Anwear ASAP


Re: [Help] Grove street house. CJ's house. - aceisnice - 17.04.2010

or you could search for a map [fs]


Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

i did but i coulnt find it


Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

i did but i coulnt find it


Re: [Help] Grove street house. CJ's house. - NitroSWA - 17.04.2010

do you have something like:

DisableInteriorEnterExits()

than u have to remove that, cuz that will dissapear all of them.


Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

Quote:

SetPDistance(10);
EnableTirePopping(1);
EnableZoneNames(1);
AllowInteriorWeapons(1);
EnableStuntBonusForAll(0);
AllowAdminTeleport(0);
DisableInteriorEnterExits();
UsePlayerPedAnims(1);

Shall i remove it?


Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

i just removed it and now it removed all my icons ( i ) infront of the doors etc.


Re: [Help] Grove street house. CJ's house. - russo666 - 17.04.2010

You just have to remove

pawn Code:
DisableInteriorEnterExits();
and the Yellow markers will be shown.

pawn Code:
EnableTirePopping(1);
This one you can remove because it's enabled by default on 0.3.

pawn Code:
UsePlayerPedAnims(1);
That one doesn't need the '1' beause it has no parameters.

The other ones that i haven't mentioned leave them alone.




Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

I have deleten theese things now but i still cant enter the house. i dont think the house is added.
and i dont know how to add the Interor.


Re: [Help] Grove street house. CJ's house. - russo666 - 17.04.2010

Quote:
Originally Posted by andershh
I have deleten theese things now but i still cant enter the house. i dont think the house is added.
and i dont know how to add the Interor.
The ' DisableInteriorEnterExits(); ' is for disable the yellow markers around the map. If you remove that the Yellow markers will be enabled again. So the ones on the CJ's house will appear and you will be able to enter it.

CJ's House is added by default on GTA San Andreas.


Re: [Help] Grove street house. CJ's house. - andershh - 17.04.2010

i found the problem. Ballas HQ got the same interior. The i infront of the door that should be infront of grove house is at ballas. not Grove.. How can i move it?



[img width=1024 height=551]http://i44.tinypic.com/50sdx5.jpg[/img]