Search Results
GetTickCount and tickcount seem to be bugged on Linux machines, I have the same problem myself. While I'm inclined to say there is no solution, I'd love to see if anyone has the solution for this.
112
You said the player doesn't spawn, can you show us the other relevant code bits?
212
Not responding as in not called when a player spawns? Would help if you showed us your code.
212
At a glance I would say you need to append ilist at the end of ilist, like so: pawn Код: format( ilist, sizeof ilist, "{FFFFFF}%s \t %s (Amount: %i)\n%s", itemName, itemDesc, itemAmm,ilist ); EDIT...
154
(With ZCMD) pawn Код: CMD:test(playerid,params[])    {    new Float:X,Float:Y,Float:Z;    GetPlayerPos(npcid,X,Y,Z);    if(IsPlayerInRangeOfPoint(playerid,5.0,X,Y,Z))        {      ...
70
You edited your main post to "Fixed" How do you expect us to help you now?
128
Quote: Originally Posted by MP2 Cheating is bad. Why do you care what he does on his own personal server? -- Is the racing script a gamemode?
90
Could you link us to where you found it?
206
The details you used on mysql_connect are most likely incorrect, verify them. Either that or the MySQL server isn't on.
220
Quote: Originally Posted by Skribblez I doubt that, I'm using R5 on 0.3e-RC6 and it's working fine. I had several problems with RC5 on my server when I was running 3d.
98
"MySQL plugin R5 successfully loaded." Try updating it. EDIT: Your other plugins seem to be out of date as well, update them.
98
Use pawn Код: CallRemoteFunction("GivePlayerCash","dd",playerid,amount);
145
Use the attachments filterscript.
94
Quote: Originally Posted by VincentDunn Like I said before. From the looks of it, you are a beginner scripter. Learn to make simple commands before you go looking into developing a databas...
126
It's defined twice, find the first instance.
231
Confirm you have the latest SSCANF.
147