Search Results
It's shocking that this is the only place LS-RP players can have true freedom of speech to discuss what is wrong with the server without risking a server ban, forum warning, etc. I've spent 5 years o...
4,369
Quote: Originally Posted by ManuelNeuer Hello, Код: (f) You may not violate the privacy of a player, service provider or server operator by means of exposing passwords or identities wi...
231
Quote: Originally Posted by park4bmx ban system ? you can block a play by IP really, if samp provided some computer details to identify the machine would be nice so even if they log in wit...
214
You cannot copyright a SA:MP script as it uses libraries from <a_samp>, which belong to the SA:MP Team.
248
Assuming that GTA SA is one big coordinate plane with X and Y, then (0,0) is right in Blueberry. Quadrant I is (+,+) [Top Right = Las Venturas area] Quadrant II is (-,+) [Top Left = San Fierro, Baysi...
58
NOW HIRING Warzone Roleplay is a developing server which is looking for ground-level administrators. We are creating a totally unique military roleplay (warzone) experience. We are primarily lookin...
197,420
Try setting up a quick filterscript that scans for common CIDR ranges for proxies and also scans for proxy users periodically. To counter GodOfCars, you can set up a conditional cancellation of OnUno...
173
Trains are usually scripted as NPCs with a preset path and timings.
97
Alright, think of it like this... (use the graphic i've made) Let's say you make a new variable in the pink area. You would be able to use that variable in the red, blue, orange, and green because...
131
You need to pass a command line argument to the unbanip RCON command.
134
Quote: Originally Posted by Abagail pawn Код: public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Flo...
175
Sounds like you have a scope error. Scope is basically the thing you're coding inside of. Whether that's an IF statement, CASE, a FUNCTION or if it is a GLOBAL/STATIC-access. For example: Код: ...
131
Couldn't you just use an a mod b setup where a is the number of milliseconds (3600s = 1 hour) in UNIX time (time()) and b is 86400 (or the sec equivalent of 24 hours). Example: 1420348413 [01/04/2015...
277
Sounds like really badly optimized code. We can't hep you much unless you give us the code in your OnGamemodeInit and tell us what MySQL statements you're executing.
147
Quote: Originally Posted by ikkentim Did you add a tag to the definition of CPT? It Should have the 'Text3D:' tag. If it doesn't, add it (eg. pawn Код: new Text3D:CPT[...]; ) Do thi...
68
The command to create a mine will have to set a connected property (as a variable) to false so that it won't blow up. You can then have it set to true after 2 seconds (using SetTimerEx), giving the p...
135
The key is to troubleshoot. The compiler will tell you ambiguously what is wrong and it is up to you to figure it out. Instead of solving your problems for you, i'll teach you how to solve them. (Te...
122
Go into the script and comment everything out. Alternatively, you can just comment out the forward declarations for the security functions and anywhere where they are called in the program. Also rem...
122
It may be an issue with a #define MAX_VEHICLES in your gamemode since the command likely scans that the specified vehicle ID is within the constraints of 1 and MAX_VEHICLES (1 <= id <= MAX_VEHIC...
61
If it is going down, the up again, that is your AntiCheat working properly. You'll have to handle a menu event since the Ammunation dialog is a menu.
118