Search Results
There is this function called HexToInt created by few people around, search for it. You can also use a web tool to convert your hex color code into an integer value, just search for it.
137
You need to understand how arrays work. If you have no proper knowledge then it's obvious it will be hard for you even if people around here show you the examples. I would suggest you to learn em firs...
198
Use const msg[] If you just put msg, it's an integer.
161
Quote: Originally Posted by Vince PHP код: x += distance * floatsin(-angle, degrees); y += distance * floatcos(-angle, degrees);  Where distance is the number of met...
91
I'm not that good at playing around with coordinates so I need a small help here. The thing is about the shop exit position. I have a command to create the shop, let's say, your character is facing a...
91
Thank you for your response. This is my compiler output Код: Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase Header size: 13316 bytes Code size: 909768 byte...
131
So, this is the third time my server faced the exact same attack. The attack literally screws every functionality of the server. I don't know what kind of tool are they using but I've never seen this ...
131
So, I have an iterator to hold the server vehicles; PHP код: new Iterator:Vehicles<MAX_VEHICLES>; vehicle_Create(model, Float:x, Float:y, Float:z, Float:a, c1, c2, delay) {   ...
81
This is probably the dumbest thing I have done/faced but I am out of idea now. I noticed that my gamemode size was 4,997 KB (around 4.88MB). So, I searched around the code for a while to see which a...
54
My server's max player slot is defined as 100, but I noticed this one error in the log; Код: [16:20:50] [debug] Accessing element at index 274 past array upper bound 99 [16:20:50] [debug] AMX ba...
74
PHP код: CMD:god(playerid, params[]){    if(!IsPlayerAdmin(playerid))        return SendClientMessage(playerid, 0x800000AA, "You must be Admin to use this command");  Â...
180
Wiki note; Quote: The vehicle must be re-spawned or re-streamed for the changes to take effect.
46
Don't know if anyone asked for a help related to this already or not but I didn't find any. I'm getting this error every time I try to include any .inc file from the libary. Code: pawno\include\YSI\...
6,361
You probably have either gl_realtime filterscript loaded or used TogglePlayerClock function in your script. Check and remove em. (or possibly server sided time system)
165
You are storing the player's name in the Query array then again formatting the SQL query in the same array meaning the name is not stored there anymore. In your query in WHERE clause, you have specifi...
144
Quote: Originally Posted by Advait i just randomly pasted it at bottom of my script where should i paste it?? Maps don't work like that, you either need to create a filterscript or put ...
74
I didn't understand what you really mean by "vehicle slot" but if you mean something in the script to hold players' vehicles then use an array. Define the max vehicles a player can buy etc.. PHP кÐ...
122
How are you loading this map? Show where you pasted this code.
74
It is indeed an attack. I didn't post the entire log cause it contains lot of random nicks and IPs (probably bots). There are many connection spams before the script finally gave these errors in the l...
158
Hello there, everyone. I had to forcibly create this topic cause I am out of idea now. The server randomly freezes and nothing is logged inside server_log. Crash detect does not log anything either. ...
158