Search Results
If I dont load the streamer.dll - everything is fine, but if I try to load it, a Windows Component Error message is appeared, which says unable to start samp-server.exe because it needs MSVCP100.dll. ...
78
Hi! I have a very simply question. The SetPlayerWorldBounds() function's minx, miny, maxx, maxy parameters should be given like GangZones coords, OR this 4 parameters are the length of the boundarie...
57
In the last one hour I tried to reading & writing files with fputchar() & fgetchar(), maybe with these functions this problem won't appear. Код: stock bool: fwrite_ex( File: handle, const...
212
Only io_readwrite. Use only io_read maybe would be a good idea, but I'm need to change the file :S
212
Quote: If you want to seek to the beginning, simple do: fseek(file); or fseek(file, 0, seek_current); (which are actually the same) Are you sure? The whence parameter have the def...
212
Hi! I'm suffering with this all the last three days. If I use fseek() - everything is okay. But if I use the fread() function after this, some "rubbish" string is copied into the file. Here is the o...
212
Hi! This is my main problem https://sampforum.blast.hk/showthread.php?tid=364406 But now, I'm interested in that, after using the fread() or fwrite() functions, the cursor in file is taken to the e...
42
bump - sorry but I'm really need this :S
439
Okay, I'm working on a file-controller system for my gamemode, and now I tested it. It's not works correctly. test1.txt ORIGINAL text before running the code: Код: 1. line: test1 2. line: second...
439
THANK YOU very much https://sampwiki.blast.hk/wiki/Fread Yes, now I can see that the info about the returning value is changed 2 days ago. Thanks, Zuckerman
439
Hi! I have a very simply question. I have a file, and I search for a string in it. If i find the string, I'd like to change that file's line what is including this string. Код: new File: f; f = ...
439
Quote: OR, Like it happened to me aswell, Volt gave someone else the same IP as you, if you're on Volt, change your server IP (or) & Port. Now I think I know what happened. Ve...
129
Thanks your answer. A reported it to the host, but they can't do anything.....
129
What a hell is happening with my SA-MP server? Hello. I need a help and i would be very gratefully if somebody can help me. So, I have a hosted SA-MP server (linux, SA-MP 0.3e). I have a gamemode o...
129
Hi, When a player enter to a private vehicle, he/she need to enter a password to use the vehicle. Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { ... ShowPlayerDialo...
45
Hello. This is my problem: Quote: I need a little help. I have a SA-MP hosted server (the host is working with Linux operation system). At home, I have a Windows server (0.3e SA-MP versi...
87
So this is my question. I'm need this to my money anticheat. If a player wins a money on gambling in casino, I'm not able to check that, the money came from money cheat or casino gambling. I need som...
53
Okey, thanks for your reply. Zuckerman
105