Search Results
Quote: Originally Posted by Amit1998 Printed them. Anywho, I realised that I should inject samp.dll into the gta_sa.exe process. My knowledge in C# is very slim, and going through online t...
258
Quote: Originally Posted by Amit1998 I'm using this, it launches the game, however, it doesnt use the credentials(playerinfo[0] is the username, SERVER_IP is the IP) It connects me to :777...
258
Код: System.Diagnostics.Process.Start(installdirectory, "-c -n " + playerinfo[0] + " -h SERVER_IP -p 7777"); Have you read this topic?
258
You can read this registry key that is created by SA-MP. Код: string gamePath = Registry.LocalMachine.OpenSubKey("Software\\SAMP").GetValue("gta_sa_exe").ToString();
258
Try to add "bool:" before the "dini_Bool(...)". Код: PlayerInfo[playerid][GangOwner] = bool:dini_Bool(UserFile, "GangOwner");
109
It's actually new version of YSF, maybe plugin developer didn't updated define of version. // What I've found in YSF source code: http://i.imgur.com/MkYKppf.png
198
Quote: Originally Posted by Alex Magaсa What version of plugins do you guys use? If you could take a look into server log.. there's: Код: [28.06.2015 21:21:54] [28.06.2015 21:21:54...
198
Our server crashes randomly. We're trying find out what's the problem, but we'll need help. If anyone knows what's up, then please let us know. Operating system CentOS Linux 6.6 Kernel and CPU Li...
198
Quote: Originally Posted by Jeroen52 Can you post precisely what you did? I am getting this error; CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message...
95,213
Quote: Originally Posted by Mellnik @Typhome Looks like you are compiling the wrong brach. R39-3 is located here: https://github.com/pBlueG/SA-MP-MySQL/tree/issue-54 and does't require cm...
95,213
I have same problem on this page: https://sampforum.blast.hk/showthread.php?tid=56564&page=558 Unfortunately there's no solution. Код: [root@localhost build]# cmake .. -- The C compiler ident...
95,213
I've changed some "\" to "/" and compiler found include files.
16,287
To return string/char, look first post and chapter "How to set a string". Yeah, also like that way as Vince said.
16,287
You can't, because there's no attach function. https://sampwiki.blast.hk/wiki/Category:Actor
249
Good job! I like this update.
8,260
Nero_3D, thanks! Just this "Contact[]" fixed this problem.
95
Quote: Originally Posted by Pain123 Hm, I'll look into it. EDIT: Did you also updated the libmysql.dll? Oh, that's why. Now it works. I forgot to replace this one.
95,213