Search Results
Quote: Originally Posted by NaS Do you mean an object without (bullet)collision? If it really has no collision at all, it's not possible to natively detect it, at least with the callbacks....
247
Quote: Originally Posted by NaS There's also BULLET_HIT_TYPE_PLAYER_OBJECT which is what you need to use (in case you didn't already). I already use, but the problem is that, when I sho...
247
I mean is not called with hittype object
247
just add Code: new id,string[200],giveplayer[30],sendername[MAX_PLAYER_NAME], reason[64]; if(sscanf(params, "us[64]", id, reason)) return SCM(playerid,COLOR_GREY, "USAGE: {FFFFFF}/auninvite <play...
101
I'm using CreatePlayerObject, and I want for the player that has the object created to shot in the object. How can I do that? OnPlayerWeaponShoot is not called
247
Ah yea actually, I had mysql_log before mysql_connect
63
Server crash and i really don't know why It is probably because of mysql_static.so? server_log: Code: [17:00:42] [debug] Server crashed due to an unknown error [17:00:42] [debug] Native backtrace: ...
63
So, I've downloaded this include https://sampforum.blast.hk/showthread.php?tid=644350 with a_json.inc, But i get this error when I start the server Code: [debug] Run time error 19: "File or functio...
91
Quote: Originally Posted by SymonClash Change area ID's, since as far i know, two areas can't have same ID. Or just: pawn Код: new YourAreaName[1]; Then you can use YourAreaName[0] ...
74
So, I have 10 areas big and 10 areas small. I have a big area: id 10, and in the area with ID 10, i have another area that is a little small then area with ID 10. The problem is that, OnPlayerEnterDy...
74
So, its necessary to do that: Код: #include <YSI\y_hooks> // my code below On every include that I have? I want to make a modular gamemode. In the first include to have all my variables, ...
55
I have a weird bug when I'm creating and showing the gang zone. my code: turfs in database table are with ID: 1, 2, 3....last id: 28 Код: #define MAX_GANG_ZONES (29) public LoadZoness() { f...
68
So, i'm trying to hook OnPlayerConnect with ALS and i'm getting this error: Код: error 021: symbol already defined: "SSCANF_OnPlayerConnect" How should I fix this? Код: public OnPlayerConnec...
85
Код: if(listitem+1 == 4) new StadiumLocalID = listitem + 2; else new StadiumLocalID = listitem + 1;
104
Quote: Originally Posted by ****** You can't natively. Hmm, if i can't do that, any advice on how can I detect amx backtrace (errors) like Код: [23:29:29] Run time error 4: "Array...
79
So, i'm using crashdetect plugin, and I found recently that I can use crashdetect_log <file name> for any errors that appears. So my question is how can I do, for the file name to be created wi...
79
Quote: Originally Posted by Wanheda Is "TotalSeconds" datatype 'int'? I think de mysql is returning the `TotalSeconds` an integer, and `player_seconds` is also a integer.
260
Quote: Originally Posted by Banditul18 My only suggestion i can give you is to check the the mysql log better. It can give you more details on what errors you have with your queries. I co...
78
So, i have this function Code: public OnQueryError( errorid, error[ ], callback[ ], query[ ], connectionHandle ) { print( "====================================================================" ); ...
78
with mysql log all as HTML: https://i.gyazo.com/986f318dc43b46ed...ed1ba2d018.png bump
260