Search Results
This doesn't need to be rewritten... it will work how it is. Main issue is the lack of an opening brace on the PHP код: if(sscanf())  statement. Additionally, the sscanf statement is ask...
189
Why are you trying to reinvent the wheel? Код: floatabs(Float: value);
182
Code: [23:58:41] sscanf plugin loaded. [23:58:41] (c) 2009 Alex "Y_Less" Cole [23:58:41] 0.3d-R2 500 Players "dnee" You are loading the sscanf plugin for the wrong version of SAMP (0.3d vs 0.3.7).
133
Not exactly sure what you mean by "fetch a row at the same time in different tables". Something like a JOIN? You may want to look up SQL JOINs, it sounds like what you are trying to accomplish.
165
Probably has something to do with not clearing the MySQL cache...you said this was an old gamemode, is it old enough that it isn't using threaded queries?
82
Quote: Originally Posted by skiplovebra I do not know the reason but when the player comes close to him or he stands at some point will lag You have not defined what "lag" is in your sp...
145
Quote: Originally Posted by Paulice What's the point in using GPCI if you're also going to rely on IPs? IPs can be changed easily. GPCIs can be changed easily as well.
147
GPCI should be used as a tool, in addition to other methods (IP Ranges, etc). It should not be relied on alone.
147
Quote: Originally Posted by Henson I have resolved my problem You should post your solution, so that others who may run across this thread know what you did to fix the problem.
100
You have posted no code. We cannot help you.
90
It probably isn't a Windows vs Linux thing, rather it is the configuration of the specific MySQL server.
149
Quote: Originally Posted by DavidGravelli pawn Код: [19:35:32] SQL ERROR: 1364 Field 'connecttime' doesn't have a default value It literally means exactly what it says. The field d...
212
Quote: Originally Posted by C4rtm4n PHP код: stock pName(playerid)  {      static name[24];      GetPlayerName(playerid, name, sizeof(name));      return name;Â...
186
Errors are due to the field in MySQL not having a default value (what is inserted if you do not specify any value). Either specify a value for those fields in your query, or set a default value.
149
Still a good idea to return 0. Returning 1 tells the script that a dialog response was successfully handled. There is no harm in returning 0, even if you don't have any Filterscripts
74
Running CentOS 6 x64 Everyting was going smoothly getting the server up and running until I added BlueG's MySQL plugin, and now when I try to start the server, I get this Код: *** glibc detected...
214
Well, if your code in your editor looks like it shows up here (and I assume it does), its no wonder you have loose indentation warnings.
86
Quote: Originally Posted by RTR12 I really hate it when you posted that. Strcmp was the first and original pawn code for SAMP. Yes of course, its confusing but yeah, using ZCMD and Sscanf ...
138
How do you expect me to help you when you don't include line numbers. The PAWN compiler outputs line numbers.
80
I suppose it depends on what you want to do. I'm not a plugin developer, but I am a SA-MP scripter, and I can tell you that some things are really easily accomplished in PAWN, whereas others are bette...
245