Search Results
Sorry for reply after 4 days. I record again in a empty local server but still same, with do this I feel that the lag has decreased a bit. Another solution? Quote: Originally Posted by cooo...
2,565
Quote: Originally Posted by coool Does it happen on local server or hosted? Does it happen also with NPC scripts bundled with server installation? Both, localserver and hosted. I just h...
2,565
bump... Will this be resolved if I use FCNPC plugin?
2,565
Why are npc drivers so lagging when they ride? For example, they suddenly go into the water and then return to the road, or sometimes hit walls and something... Does anyone have experience? Is there...
2,565
Delete the primary key column from the `bans` table and try again.
1,360
Quote: Originally Posted by SkyFlare Welp, doesn't matter I totally forgot about Y_Iterate Create a iter variable. pawn Code: new Iterator:Business<MAX_BUSINESS>; When you load ...
1,243
Quote: Originally Posted by OstGot Firstly, code 004 is anti-teleport hack into/between vehicles and not onfoot teleport. If you're getting your players teleported to some random interiors...
57,315
I don't know how to replace this code from LibRegEx to Pawn.RegEx. ^( '-' )^ pawn Code: forward bool:IsAdvertisement(text[]);public bool:IsAdvertisement(text[]){    new message[128], build, expre...
1,231
Solved. I just put MSVCP100D.dll and MSVCR100D.dll in my root folder.
1,231
Code: Loading plugin: libRegEx Failed. [DEBUG] regex_exmatch [DEBUG] regex_exsearch [DEBUG] regex_exreplace what's the solution? All other plugins load well and have no problems. I have onig.dll ...
1,231
pawn Code: CMD:msgtoleaders(playerid, cmdtext[]){    new text[144];    if(sscanf(cmdtext, "s[144]", text)) return SendClientMessage(playerid, -1, "/msgtoleaders <text>");    foreach(new i...
1,304
Quote: Originally Posted by algorhitmically OnPlayerTakeDamage: Return Values: 1 - Callback will not be called in other filterscripts. 0 - Allows this callback to be called in other filter...
492
I have this in my OnPlayerTakeDamage callback: pawn Code: if(PlayerTeamID[issuerid] == PlayerTeamID[playerid]){    SendClientMessage(issuerid, -1, "Do not damage to your teammates.");    return f...
492
@OstGot Can you explain that why sometimes your anti cheat detect wrong? All my players kicked from server because invisible hack, and sometimes teleport hack (code 4). What should i do I didn't have...
57,315
Quote: Originally Posted by Pitstop Code: E:\gamemodes\ROLEPLAY.pwn(1) : warning 207: unknown #pragma E:\gamemodes\ROLEPLAY.pwn(1) : error 038: extra characters on line Create a file ...
793
Store coords as string and try. See this example: pawn Code: INI_Write(AD_FILE, "CP_XYZ", "1267.2631,-1265.8411,13.3806");//get coords from string with sscanfnew dest[64], Float:x, Float:y, Float:z;I...
502
See this example: pawn Code: new TDM_Count = 0; //on top of scriptTDM_Count++; //Add 1 to the varif(TDM_Count == 3) TDM_Count = 1; //If the var is 3, we set it to 1SetPlayerTeam(playerid, TDM_Count);...
445
Quote: Originally Posted by ChampDotChamp There is a SA:MP bug when you teleport to random location and players that are standing on your vehicle will teleport with you. Maybe this meth...
611
Check this thread: https://sampforum.blast.hk/showthread.php?tid=453546 I think this impossible, What do you want to do?
611