Posts: 365
	Threads: 97
	Joined: Aug 2010
	
Reputation: 
0
	 
 
	
	
		To run SA-MP on 64bit system, you have to install 32bit libs.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Mar 2012
	
Reputation: 
0
	 
 
	
	
		None of the download links seem to be working. Can anyone pass me R7?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 183
	Threads: 1
	Joined: Jul 2011
	
Reputation: 
0
	 
 
	
	
		can someone reupload the previous versions like R6-2 or R6 pls?
tnx in advance!
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 12
	Threads: 0
	Joined: Mar 2012
	
Reputation: 
0
	 
 
	
		
		
		
		04.03.2012, 23:11 
(
 Последний раз редактировалось xPrezidential; 05.03.2012 в 02:21.
)
	
	 
	
		Thanks, I really appreciate it.
EDIT: I forgot all about the a_mysql include. Can anyone pass me the version for R7?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 28
	Threads: 7
	Joined: Mar 2011
	
Reputation: 
0
	 
 
	
	
		Can anyone upload R6 and R7? (not R6-2) for Linux
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 15
	Threads: 0
	Joined: Nov 2010
	
Reputation: 
0
	 
 
	
	
		Can anyone upload R5 for me please ? (linux)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 199
	Threads: 57
	Joined: Dec 2010
	
Reputation: 
0
	 
 
	
	
		dl links not work pls reupload it
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: May 2010
	
Reputation: 
0
	 
 
	
	
		Hi, is now since 2 day i search on internet but i found nothing about my problem. The plugin don't load on my server.
[10:53:37] Server Plugins
[10:53:37] --------------
[10:53:37]  Loading plugin: mysql
[10:53:37]   Failed.
[10:53:37]  Loaded 0 plugins.
I think the problem is from my OS (Windows Server 2008 x64). I have searched mysql.dll and libmysql.dll for win2008 x64 but i don't find anything... 
Anyone can help me ?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,768
	Threads: 91
	Joined: Dec 2010
	
Reputation: 
0
	 
 
	
	
		Why the fuck R7 doesn't have mysql_query() anymore ? How to fix this lol
EDIT: oh nvm didn't saw mysql_function_query()
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 918
	Threads: 125
	Joined: Nov 2010
	
	
 
	
	
		try using this function:
Quote:
			 
				#define SafeKillTimer(%0);\ 
		if(%0 != 0)\ 
	    {\ 
		    KillTimer(%0);\ 
		    %0 = 0;\ 
	    } 
			 
		 | 
 example: SafeKilltimer(rl_ServerUpdate);
It will check whether the timer actually exists, otherwise you could kill timers which are not the one you wanted to kill.
	
 
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,938
	Threads: 162
	Joined: May 2010
	
	
 
	
	
		
Quote:
					Originally Posted by  Strawhats
 
 
try using this function: 
 
 
 
example: SafeKilltimer(rl_ServerUpdate); 
It will check whether the timer actually exists, otherwise you could kill timers which are not the one you wanted to kill. 
 | 
 The KillTimer function already has that check.
	
 
	
	
	
		
	
 
 
	
	
		exactly same thing happening with me ! (with MySQL R6)
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 918
	Threads: 125
	Joined: Nov 2010
	
	
 
	
	
		@Kar I am pretty sure it hasnt, cus I have seen it happening at samp 3d.