Search Results
This is an example, you must create some position in order to create a car, because if you create the same car in the same location some players will be stucked there (only if you are using collision ...
502
Hello, I have a problem. I have many message like:
Код:
Warning: Minimum time between new connections (2221) exceeded for 86.45.32.105:18946. Ignoring the request.
How can I fix them and what they...
131
Quote:
Originally Posted by Calisthenics
Crashdetect include provides a callback:
pawn Код:
forward OnRuntimeError(code, &bool:suppress);
thanks
175
How can I do, when a error occurs, ex: a message like 'array index out of bonus' is showed in server_log.
My question is, how can I make when a error or warning or something like that, appears in ser...
175
Quote:
Originally Posted by v1k1nG
You probably need to post your code to get any help
Here is the code:
pawn Код:
// in main gamemode// gamemode.pwnpublic OnDialogResponse(playeri...
417
So, all my gamemode (75%) is modular, every system (almost every system) has his include.
The problem is with hook.
I have a report system (/report - > then I show a dialog and then he need to sel...
417
Hello, I have a question.
Today i'm looking at my server_log, and i see this:
Код:
[21:44:17] [debug] #0 0030b7d8 in public dialog_vehScript (playerid=4, response=1, listitem=-1, inputtext[]=@01...
178
In mysql_log.html i have some errors and i don't know why and from what query are.. to know where to go in my gamemode to fix this.. but it doesn't show the right callback or something..
I don't have...
144
Quote:
Originally Posted by ******
https://github.com/pawn-lang/YSI-Inc...alloc.inc#L231
Thanks, so i've just added #DYNAMIC_MEMORY <number> before a_samp and all works. Thanks!
213
Quote:
Originally Posted by JasonRiggs
Did you check this
Yes, I've already removed and still get the error!
213
So.. i'm getting this error
Код:
D:\things\gamemodes\gmms.pwn(79) : error 017: undefined symbol "_is_now_DYNAMIC_MEMORY_"
when i'm trying to add this
Код:
#pragma tabsize 4
#pragma dynamic 20...
213
Quote:
Originally Posted by Jaua10
any help pls?
take this and put in the gamemode
Код:
stock SendFamilyMessage(group, const colour, const string[])
{
foreach(new i : Player...
287
Quote:
Originally Posted by ******
Check y_utils, it has one.
I checked but I did not find anything of this kind.
461
Quote:
Originally Posted by Ultraz
You are working on random float spawns?
Nope, exp for next level, ex: you need 253.53 percent for level 5 (you have 53.01).
And I want to give random ...
461
Hello, i'm working on a experience level with percent. And i need a float random function, like:
randomFloat(min,max);
to be something like (random((max) - (min)) + (min)) - this is only for integer ...
461
Quote:
Originally Posted by ******
Well nothing, the default is correct.
Thanks, is working now!
252
Quote:
Originally Posted by ******
I looked in to this - your code is wrong:
strins(tStr,separator[0],iPos,1);
You are specifying the max length of the output as `1`, which doesn't fit ...
252