Search Results
Thank you. I forgot to add a table, dumb me!
96
Hey, guys. I tried to convert the Gate system from zGaming to my MySQL gamemode and somehow everytime I use this command my server crashes: pawn Код: CMD:creategate(playerid, params[]){    new s...
96
Do you have any example of a Message that is sent to All?
149
Did you see my new edit? Because SendClientMessageToAll always returns 1.
149
Try this: pawn Код: CMD:makeadmin(playerid, params[]){    new string[256];    new str[256];    new targetid;    new level;    if(pInfo[playerid][Adminlevel] < 10)return SendClientMessa...
149
Does it make the player an admin, though?
149
Anyone knows any recent release of a Roleplay Gamemode using MySQL? I can't find any not outdated.
116
It still doesn't work, I also downloaded the package for CentOS 6 and all. What should I do now? Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server --------------...
180
Should I also refer that plugin in server.cfg?
180
pawn Код: ----------Loaded log file: "server_log.txt".----------SA-MP Dedicated Server----------------------v0.3x-R2, (C)2005-2013 SA-MP Team[23:51:50] [23:51:50] Server Plugins[23:51:50] --------...
180
Quote: Originally Posted by Wizzy951 Do you even have the mysql plugin set up ? Yes.
180
I get this error on server log, and I run it on CentOS 6: pawn Код: [23:33:57] --- Server Shutting Down.----------Loaded log file: "server_log.txt".----------SA-MP Dedicated Server----------------...
180
I'm trying to update an old script that was scripted with an older version of MySql. How should I replace this? pawn Код: mysql_get_field("ID", result);    PlayerInfo[playerid][pID] = strval(re...
68
Does anyone running a Linux server has the php.conf and phpmyadmin.conf in /etc/httpd/conf.d? I deleted something I shouldn't and now i can't acess myserverip/phpmyadmin. Can someone give it to me, pl...
59
Update your a_players include Go to Pawno - include - a_players , press on it right click - Edit - add to it : PHP Code: Quote: #define SPECIAL_ACTION_CARRY Then Save Done you ha...
162
I believe you have set an house and a business at the same location
157
Look for the skinchanger.pwn filterscript that comes with the SA:MP 0.3x Server package, it's basically that, you just need to change it to how you want.
77
Here: pawn Код: Line 710 new filo[55];Line 711 format(filo,55,"org%d.ini",Member[playerid]);Line 712 SetPlayerColor(ID,HexToInt(dini_Get(filo,"Color")) ); //it has an extra space here, it should b...
110