Search Results
Hiya, I've created taxi actors. Whenever the actor's timer has passed, I want to destroy it. I did some debugging, and I can't figure it out what is wrong. After gettime() > TaxiClientTimer is pos...
105
bump.. is there anyone else who has encountered something similar to this? I can only see these errors when it's hosted on the server. Localhost seems fine.
139
Quote: Originally Posted by ItsRobinson Nothing inside your server_log.txt? Nothing.. After server crashes I can just see that people are trying to connect and then they get kicked out...
139
Hiya. My server which is hosted by the way was running fine all the time and for the past few days it started crashing randomly. I was trying to revert my code back and etc but that did not help. I ju...
139
This is what my log says: Code: [22:47:03] [Nex-AC debug] AC weaponid: 0, AC ammo: 0, weaponid: 22, ammo: 612 [22:47:03] [Nex-AC] Suspicion on the ID 0. Reason code: 015 (2) [22:47:03] [Nex-AC debug...
57,297
Hiya, anyone having issues like me with gun anticheat when just logged in? https://sampforum.blast.hk/showthread.php?tid=661110
57,297
Good evening, I'm using NEX-AC anticheat for my server. I encountered one issue with loading player's guns. Here's the code how I load them: Код: new weapons[12]; for(new i= 0; i < 12...
197
Quote: Originally Posted by Threshold Stream distance, draw distance. Otherwise it's just your graphics settings / GTA graphics. Mine is: Quote: stream_distance 300.0 ...
167
Hello. A lot of objects are fading in my server. I thought that it's the streamer, but I have updated it to the newest version. But still I found that some of the original objects are fading aswell. W...
167
Quote: Originally Posted by Micko123 PHP код: hook OnPlayerEnterDynamicCP(playerid, checkpointid) {     if(checkpointid == pizzaCheckpoint[playerid])     {       Â...
145
Quote: Originally Posted by Micko123 I don't understand very well what you wan't to do can you explain better? I don't want my checkpoint to dissappear after I enter it. It's okay if it...
145
Hello. How I can do that the checkpoint would not dissappear when I do something in else statement? I want to print the message to remind player something and get back later but the checkpoint dissap...
145
Hello. I create a timer like this: Код: pizzaDeliveryTimer[playerid] = SetTimerEx("PizzaDeliveryTimer", 1000, true, "i", playerid); Код: public PizzaDeliveryTimer(playerid) { pizzaDeliv...
58
You are right. I tried hooking it more than once. I did one hook in for example police.pwn, and now I am trying to hook it in taxi.pwn. I want to seperate all the jobs and don't know if it is possible...
72
hello. I have tried to hook OnGameModeInit callback for the second time and I got an error which says: Код: error 021: symbol already defined: "@yH_OnDialogResponse@002" error 021: symbol alre...
72