Search Results
Quote: Originally Posted by HazardouS Ok, I don't "speak" INI, but this is what my logic is telling me. You're calling "LoadGangVehicles()" for every family. Then, inside this callback, yo...
139
Quote: Originally Posted by HazardouS Probably you're calling the loading function inside a repetitive structure, so it gets called multiple times. The loading function looks fine, I mean ...
139
Hey, i got problem with loading family vehicles, so i decided to printf the loading and found out that the loading function spams the server log with about 20k lines only with this: (see spamming belo...
139
Код: new PhoneName[][] = { {"Nokia 203", 500}, {"Nokia Lumia 610", 2000}, {"Sony Xperia Ion", 1700}, {"Samsung Galaxy S4", 3500}, {"Samsung Galaxy Nexus", 3400}, {"HTC Desire X", 2900}, {"A...
81
Quote: Originally Posted by danish007 hello i have /lock command to lock vehicle. pawn Код: COMMAND:lk(playerid, params[]){    return cmd_lock(playerid, params);}COMMAND:lock(player...
194
After i use command /killserver - SendRconCommand("exit"); It saves all the server data (/killserver) and all but these errors pop up after the process on last server log detials, any suggestions? ...
118
Quote: Originally Posted by Schneider You could put most of your scripts into Filterscripts, those can be reloaded without having to restart your server. Except your suggestion is there...
91
Hey, Is there anything like 'Automatic Compiler' ? I mean when the server runs by AMX File, i can edit the PWN file and it will be updated in the server after a Compile or any process. I remember that...
91
Quote: Originally Posted by ****** Sure, find your latest backup and make the small changes you made in the meantime. My last backup was two days ago and i did a lot, i dont remember wh...
58
I use Notepad++ editor, i was scripting in my script, suddenly i was told "Notepad++ code editor crashed" Then i pressed cancel and it became blank. Please is there any way to get it back, i got the l...
58
Two questions: 1. Do these functions do the same thing? what's the diffrence between them if they have? Код: stock IsADTCar(carid) { for(new v = 0; v < sizeof(DTVehicles); v++) { if(ca...
50
Quote: Originally Posted by ScriptFohLife I got it already but having trouble with the Audio_Seek Change all your Audio_Seek to Audio_SetPosition
81
Using older version of plugin is not recommended, i suggest you to use the latest one: https://sampforum.blast.hk/showthread.php?tid=82162
81
I'm not sure but that might makes your problem: Quote: TextDrawSetProportional(Textdraw1[playerid], 1); You can check this: https://sampwiki.blast.hk/wiki/TextDrawSetProportional
139
https://sampwiki.blast.hk/wiki/TextDrawCreate https://sampwiki.blast.hk/wiki/TextDrawFont https://sampwiki.blast.hk/wiki/TextDrawSetString https://sampwiki.blast.hk/wiki/TextDrawColor https://sampwiki...
125
Just to be clear: The IDs of business in businesses folder: http://prntscr.com/5mz6vo (as well YINI with player accounts but with different names of players) Only one file in scriptfiles without any...
124
Quote: Originally Posted by ****** Change: INI_Open(file4); To: INI_Open("biz.cfg"); and what about loading? in the following public there is a specific id of business. I tried it in...
124
All the systems i have seen used by Y_INI are saved by number of files, for exmaple: https://sampforum.blast.hk/showthread.php?tid=349466 Код: forward SaveBusiness(id); public SaveBusiness(id) { ...
124
Never mind, i solved it myself.
52