Search Results
Question! Is there a way to query two strings?
175,053
It is not, because not only that I have seen the value of the health after being set, through GetPlayerHealth. I have also tested it by asking people to shoot me, and counting the number of shots take...
236
It's kinda weird though, I've seen many servers with godmode (where they set the health to 9999) and I also remember doing so in the far past.
236
Kinda cheers me up that it has nothing to do with my scripting. But I'd still like to fix it.
236
Add this at the top of your script: PHP код: new gPlayerInfo[MAX_PLAYERS][pInfo];  And change the function to: PHP код: if(gPlayerInfo[playerid][pAdmin] >=1) return SendClie...
245
This is a gamemode I started from scratch, I have never defined maximum health.
236
Well, I have a /health command, that's supposed to set the player's health to the amount I choose. It somewhat works, but if I set someone's health to somewhere above 250 (not sure if 250 is the EXACT...
236
Try this: pawn Код: public OnPlayerConnect(playerid){    new Query[80],string[128];    format(Query,sizeof(Query),"SELECT * FROM `Users` WHERE `Username` = `%s` LIMIT 1;",GetName(playerid)); ...
294
Like I said, I think you are missing the include. Quoted from the "How to Install" (from the original plugin thread) Quote: Add mysql.inc to your /pawno/includes/ and add "#include <mys...
318
Are you sure you have the include? When you download the MySQL plugin, there is a file you need to put in the plugins folder, a file that needs to go to the main directory folder (only if you use Wind...
318
Quote: Originally Posted by dusk Nobody will read 500 lines... Sorry, but that's the truth. ^^He pretty much said it. Try to find out yourself, if you are the one who created this mode ...
136
What about this? I tested it briefly and it seems to work pretty fine, I'd still like to hear others' opinions. PHP код:         case 2: // Login         {          ...
223
SetPlayerWorldBounds Unfortunately, I couldn't find a proper tutorial, just define the x min & x max, and the y min & y max. For example, go to the most western spot of LV (your boundary) and ...
137
I am the only one in the server.. And it doesn't happen during a specific function. It happens when I gmx the server.
233
https://sampforum.blast.hk/showthread.php?tid=91354 https://sampforum.blast.hk/showthread.php?tid=244841
127
It happened again, this time it provided me with more information (module name I think) By the way I am using BlueG's MySQL plugin, version 7 PHP код: SA-MP Server: 0.3x Exception At Add...
233