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.
232
You said the player doesn't spawn, can you show us the other relevant code bits?
390
Show us your code please.
390
Use SetSpawnInfo on OnPlayerConnect
390
Not responding as in not called when a player spawns?
Would help if you showed us your code.
390
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...
233
(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)) { ...
136
Can you show me your #include line?
436
You edited your main post to "Fixed"
How do you expect us to help you now?
252
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?
160
Could you link us to where you found it?
417
The details you used on mysql_connect are most likely incorrect, verify them.
Either that or the MySQL server isn't on.
329
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.
199
"MySQL plugin R5 successfully loaded."
Try updating it.
EDIT:
Your other plugins seem to be out of date as well, update them.
199
Use
pawn Код:
CallRemoteFunction("GivePlayerCash","dd",playerid,amount);
271
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...
281