Search Results
How can I make the bus stop when it is near a player but not when the player is inside a car
137
So I can record an NPC like normal and detect buttons pressed in my script from the recording? If so what actions can be detected whilean NPC is inside a bus? And I do not want the NPC to enter a bu...
137
I am trying to learn detect when a player is near a NPC bus, when the player is near the bus I would like the bus to stop, and if the player enters the bus then the bus will keep going.
137
I am trying to create a roleplay server and I want to stop anybody from cheating or hacking, Can you guys help me out and tell me what I should be looking out for, and also any links to anti cheats th...
118
That's great! So I only need the to include the .pwn file in the gamemode, and .inc is included by the .pwn. I hope others learn from this
192
Also, so... Let's say I have 3 files with MASTER numbers 6 4 1 I just place them at the top of my gamemode like so? PHP код: #define MASTER 1 #include <YSI\y_master> #define MASTER...
192
Quote: Originally Posted by ****** No, once "AddObject" has been declared, it knows which master to use forever. And the first version with multiple includes is better. You CAN do it all...
192
Quote: Originally Posted by ****** Yes, y_master will solve that problem, by using "SERVER" and "CLIENT" scripts. OK so my questions are: https://sampforum.blast.hk/showthread.php?tid=2...
192
Quote: Originally Posted by paulommu Also, my current structure is this: pawn Код: [gamemode.pwn]forward Something();public Something(); { return 42; }[filterscript.pwn -> function...
192
Quote: Originally Posted by ****** Yes, y_master will solve that problem, by using "SERVER" and "CLIENT" scripts. I did and I didn't skip around ^_~ But I don't know... Your tutorials a...
192
Anyone know how to use y_masters?
192
Is there any way to create an array of checkpoints, sunset ford sample a garbage man can have more than just 1 route,
70
Quote: Originally Posted by Stinged Can you tell me what that warning is? It works normally for me. Oh it was just because I did not add the 'spaces' it had to be neatly written Fu...
288
Quote: Originally Posted by Stinged Can I know what's wrong? I mean how is it not working? UPDATE: I only have one warning now but, the line is always the next line after I use mathit...
288
Quote: Originally Posted by Fred1993 you gave space between "math" and "it" Remove the space Yes thanks for trying, but I'm using my phone but the code on my computer is correct no spac...
288
Oh it was just because I did not add the 'spaces' it had to be neatly written Function(...); // this is good Function (...); // no spaces or 'tab' will cause error But I can't use it...I don't know w...
288
Is there anyway that I can let players go to there map in the main menu and then save the spot they right click ?
135
Can anybody show me an example of how y_masters, can be used to share data between a filter script and a game mode?
192
Quote: Originally Posted by arakuta Download this dll on a DLL download website, and paste it in your server main folder. By the way, always use the newer plugin version. thank you! i ...
68