Search Results
Question! Is there a way to query two strings?
95,264
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...
120
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.
120
Kinda cheers me up that it has nothing to do with my scripting. But I'd still like to fix it.
120
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...
116
This is a gamemode I started from scratch, I have never defined maximum health.
120
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...
120
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)); ...
178
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...
199
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...
199
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 ...
81
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         {          ...
127
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 ...
66
I am the only one in the server.. And it doesn't happen during a specific function. It happens when I gmx the server.
110
https://sampforum.blast.hk/showthread.php?tid=91354 https://sampforum.blast.hk/showthread.php?tid=244841
68
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...
110