Search Results
https://www.youtube.com/watch?v=hwBWZiEKd8I
72
Your Linux missing some files or not well updated , if you have mysql_static.so with your current mysql version then add it to your server plugins in place of mysql.so Update this line on your serv...
173
SetTimer("ZoneBonouses", 30000, true); SetTimer("ZoneStats", 1000, true); SetTimer("UpdateLaunchTime", 60000, true); foreach(new i: Player) // line 4683 { SetPVarInt(i, "laser", 0); ...
178
This is what you looking for ? CMD:viponlinemem(playerid, params[]) { new szDialog[1024]; foreach(new i: Player) { if(PlayerInfo[i][pDonateRank] >= 1) { format(szDialog, sizeof(szDialog...
194
I tried nohup ./samp03svr & but no way
176
can any one explain to me why the server can't start please , this is what appears on putty , when i run ./samp03svr here:
176
Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3z-R2, (C)2005-2014 SA-MP Team [13:05:51] [13:05:51] Server Plugins [13:05:51] ---...
163
Hello , i have a VPS just got it 1 day ago , ubuntu-13.10-x86, but i can't run my server with MYSQL Plugin , this is what appears on putty when try to run "nohup ./samp03svr" : don't know if this...
163
I got the same problem and i fixed it with no dll file i just downloaded XAMP and started mysql and all work good.
272
You have to install the XAMP and run it , and Start the mysql so you can open your server , then run apache to manage your datebase
272
Players lefted the server .... this can only be a server Ddos
77
Yeap i use the static mysql and no bug found in the log file but idk why it still existe when i run ./samp03svr or nohup command i got message "killed" , i have installed mysql on the vps but no way ...
238
is there Tutorial Installing mysql libraries in my VPS ? thanks
238
I am getting this error when running MySQL plugin [13:39:14] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory) [13:39:14]
238
It will never work only if [ if(CommandsS[playerid] == 1) ] , could you post the code , in wich action , stock , or command that CommandsS[playerid] change from state 0 to 1 otherwise remove that c...
216
Quote: New rank = Factions[faction][fLeaderRank]; format(query, sizeof(query), "UPDATE `factions` SET `leaderrank` = %d WHERE `id` = %d", rank, Factions[factionid][fID]); mysql_function_...
84
Quote: warning 236: unknown parameter in substitution (incorrect #define pattern) error 029: invalid expression, assumed zero You are using wrong mysql version . Check it
183