Search

open.mp forum

RegisterLogin

Discussion

General
Chat
Tech
Life
Art
Programming
open.mp
Development Updates
Questions and Suggestions
SA-MP
General Discussions
Videos and Screenshots
Support
Pawn Scripting
Tutorials
Releases
Plugins
Libraries
Filterscripts
Gamemodes
Maps
Advertisements
Other languages
Spanish/Espa?ol
Programaci?n
Discusi?n GTA SA Multijugador
Mods
Offtopic
Juegos
Portuguese/Portugu?s
Russian/???????
Italian/Italiano
Dutch/Nederlands
German/Deutsch
Romanian/Rom?na
Ex-Yu
Polish/Polski
Og?lne
Serwery
Skryptowanie
Filmiki i zdjecia
Lithuanian/Lietuvi?kas
French/Fran?ais
Hungarian/Magyar
Hindi/Urdu
Turkish
Other
Internal
Team
Hidden
Archived

Library

 Collections Links Members Roles

what's wrong?

Hi,

ID
d6ouivfilegovhg7bkl0
author
vandiesel45's avatar

vandiesel45

@vandiesel45


View profile
Copy link
  Report member
started
Dec 25, 2020
replies
0
participating
No

scroll to top

powered by storyden

Login
Discussion
Pawn Scripting
what's wrong?
vandiesel45's avatar

vandiesel45

@vandiesel45


View profile
Copy link
  Report member
• 5y
Pawn Scripting

what's wrong?

pawn

Hi,



I HAVE THIS ERRORS in console:



AFTER UPDATE SSCANF.



(with 2.8.2 all is normal).



[03:05:54] [debug] Long callback execution detected (hang or performance issue)

[03:05:54] [debug] AMX backtrace:

[03:05:54] [debug] #0 00138000 in public SaveServerStuff (SN=2) at D:\Users\Cristi\Desktop\mm\GAMEMODE - [MY WORK]\gamemodes\[color=#c10300][b]xyz.pwn:16029[/b][/color]

[03:05:54] [debug] #1 00096044 in public FIXES_OnGameModeExit ()? at D:\Users\Cristi\Desktop\mm\GAMEMODE - [MY WORK]\gamemodes\xyz.pwn:5642

[03:05:54] [debug] #2 00004a04 in public OnGameModeExit () at D:\Users\Cristi\Desktop\mm\GAMEMODE - [MY WORK]\pawno\include\fixes.inc:6782









this is the code and line:

new str[300], File: ABC = fopen("Server/property.cfg", io_write);

? ? ? ? for (new i = 0; i < sizeof(HouseInfo); i)

? ? ? ? {

? ? ? ? ? ? [color=#c10300][b]format(str, sizeof(str), "%.1f,%.1f,%.1f,%.1f,%.1f,%.1f,%s,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%.1f,%.1f,%d,%d,%.1f,%.1f,%.1f,%.1f,%d,%d,%d,%d,%s,%d\n",[/b][/color]

HouseInfo[i][hEntx],

HouseInfo[i][hEnty],

HouseInfo[i][hEntz],

HouseInfo[i][hExitx],

HouseInfo[i][hExity],

HouseInfo[i][hExitz],

HouseInfo[i][hOwner],

HouseInfo[i][hDrink],

HouseInfo[i][hValue],

HouseInfo[i][hHeal],

HouseInfo[i][hArmour],

HouseInfo[i][hInterior],

HouseInfo[i][hLock],

HouseInfo[i][hOwned],

HouseInfo[i][hTV],

HouseInfo[i][hRent],

HouseInfo[i][hDrugs],

HouseInfo[i][hTakings],

HouseInfo[i][hGun],

HouseInfo[i][hMats],

HouseInfo[i][hLevel],

HouseInfo[i][hEntrancea],

HouseInfo[i][hExita],

HouseInfo[i][hPickup],

HouseInfo[i][hVehModel],

HouseInfo[i][hVehX],

HouseInfo[i][hVehY],

HouseInfo[i][hVehZ],

HouseInfo[i][hVehA],

HouseInfo[i][hVehCol1],

HouseInfo[i][hVehCol2],

HouseInfo[i][hVehLock],

HouseInfo[i][hVehFuel],

HouseInfo[i][hVehLicense],

HouseInfo[i][hVehStatus]);

fwrite(ABC, str);

? ? ? ? }

? ? ? ? fclose(ABC);
0 likes0 replies

    Please sign up or log in to reply