Search Results
Is their a way to create a wall or boundary without creati g thousands of objects around Los Santos that can be visible To The player?
113
After i create an npc the npc is visible for about .5 second then it is invisible in the same position when I tell the npc to FCNPC_EnterVehicle it turns invisible as it walks to the vehicle, then tu...
67
I found a solution: sometimes I was unable to correctly get the angle between two points based on the north so instead, when the npc is moving, I just got their facing angle and then used that to find...
119
Yes that is true. But if you want good pvp you don't want to see players teleporting around.
125
That's strange. But I have had a Desync issue before where if a player would get into a vehicle, that plater and vehicle would dsync with the whole server until the player exited the vehicle. The issu...
125
Nvm I fixed it me self. Turns out fcnpc_goto doesn't like array directly into the function. Very strange bug
68
Im not to familiar with stuff like this but to me it seems like someone is trying to flood your server. Or you have npcs connection problem. Try taking your server off the Internet and just allow loca...
85
wow, im an idiot. 1/floattan(); I should have thought of that
88
I need the function for cotan that is similar to floatsin();
88
I'm thinking like X: 0 > 3000 Y: 0 > (-3000)
150
yes, lets say the laser is facing the positive x value on the map and the actual laser is 10 units long. so get the lasers x position. If the player is within 10 units away from the laser and has the...
100
I am wanting to get 2 new positions 3 units away from 2 current positions based on the angle between the points in samp. I made a little thingy to help illustrate it better: Going from point A to B ...
119
I have created an npc and I tell it to goto a position in an array using the FCNPC_GoTo function. The npc will walk towards the position correctly, then right before it gets to the position it will tu...
68
That looks like a mess. Me personally if your vps is Linux based, ssh into it and do it that way.
253
If windows 10 is slower than 8.1 for you, then your doing something wrong. Windows 10 is an UPGRADE. I used to have 8.1 and it's garbage compared to 10. Go back to 10 and your server issue is fixed
230
Sure here's my gamemode that I've been working on for almost a year.
139
This is the worst help thread I've ever seen. We cannot read your mind. You need to post the link to the game mode or post the code your having issues with. Since your new, before trying to run a ser...
66
How many cores is the Opteron? It all depends on your gamemode, if you have npc's, multiple timers, lots of calculations, lots of loops, etc... it will need more processor proformance. If your Opter...
61
You should try installing phpmyadmin, this will help you with your database and user management. But from what it seems, you are having connection issues from the database server to the samp server. ...
184