Posts: 189
Threads: 28
Joined: Jul 2012
Reputation:
0
I'm not really sure if this is a script question, because I heard that this is handled in-game:
I have the drug dealer job, but I need the actual drug & crack house in-game, somebody told me it has something to do with setting "points". Does anybody mind helping me out with that?
Posts: 139
Threads: 6
Joined: Dec 2012
Reputation:
0
You need to add them to your gamemode, that's right.
I can give you the coords, just tell me if you are using zcmd or strcmp.
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
First of all, as said above, you need to go ingame, and go to the interior where you 'need' your drug house to be. Then you need to create a 'link' from the normal world to the interior. For that, you need a 'checkpoint' which can be created using 'streamer' (****** 'streamer samp'). Then you need to use OnPlayerEnterDynamicCP to detect if the checkpoint the player is entering is the drug house checkpoint. And so on.
Posts: 189
Threads: 28
Joined: Jul 2012
Reputation:
0
Would any of you be able to help me out with that?