Search Results
Quote: Originally Posted by papedo Bug report: { Chmod in DirCreate didnґt work. Please fix it in next release if I use: pawn Код: DirCreate("Logs/Test",502); Chmod is ...
1,032
Quote: Originally Posted by devil77771 [03:03:37] Loading plugin: tfile.so [03:03:38] Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by plugins/tfile.so)) ...
1,408
Quote: Originally Posted by NeyMar96 You can to create for me Registration system please? Maybe, but you must describe me exactly what you want to save in files etc. and you must also c...
1,408
Quote: Originally Posted by NeyMar96 To check if have file. fexist was deleted ? I have not heard
1,408
Код: fKeyExist(UserFile(playerid), "Password")) why do you check that? better not use fuction (stock), paste the code to callback and try to not use UserFile(playerid) twice Quote: Ori...
1,408
Quote: Originally Posted by TheArcher Just set a timer. I don't understand what you mean? timer for update the file data? then do not say it to me :P but to me sa:mp should turn off af...
1,408
Quote: Originally Posted by NeyMar96 If the server shutdown it not save the data Fixed If still not saves, it not my fault that sa:mp is closing faster than function can end operation
1,408
Big update of optimality and improvement of several errors
1,408
@****** is one big problem with your code, Fwrite takes 3 arguments, the last must be -2, with your code 3 argument has a value 16436 Can you fix it because I do not know much about the EMIT p.s I a...
252
Should not be like that? pawn Code: forward    _fstream_Fwrite_fix();public    _fstream_Fwrite_fix(){    Fwrite(fstream:(-1), "");} because bad id file here is not 0 only -1
252
Oh, nice, but i do not understand callback _fstream_Fwrite_fix() for what it's needed?
252
Simple plugin that adds functionality fstream library to PAWN What is fstream? http://www.cplusplus.com/reference/iostream/fstream/ Functions: fstream:Fopen(filename[], mode, bool:scriptfiles = tr...
252
Quote: Originally Posted by LeOsk hmm then i don't know sry ....
88
But when i write this, enter the server and click something the OnPlayerKeyStateChange callback it's not called:/
88
I make my own skin selection (without buttons like spawn etc.) but when 0.3e was released i can't get any kay in OnPlayerKeyStateChange if player is freezed Have some idea how to disable player moves...
88
Quote: Originally Posted by ****** Will it read the data? Will it detect that every key exists? Will it overwrite correctly? I've not tested this so I don't know. Yes, order does not ma...
1,408
Quote: Originally Posted by Prumpuz When trying to use this plugin I always get this: Code: Run time error 19: "File or function is not found" I even tried something simple and small in a...
1,408
/save give you just 2 formats, if you want to save 100 or more coordinate for for example pickups you must after saves change all lines to CreatePickup etc. Quote: Originally Posted by roca...
347