Search Results
Your syntax is wrong, it should be the opposite. Query first then the connection handle.
Edit: Whoops, actually it's correct. Are you sure it's the line that is giving you the error? Maybe show us a ...
44
That'd be great!
Though I doubt it would happen, anyways...
262
1) Not possible with only a plugin.
2) You can use a timer for that.
42
Check your directory permissions.
49
Your "Anti-Health hacking" code is not complete. You need to also hook SetPlayerHealth so it follows your "Anti-Health hacking system". Also, the rest of your code doesn't take into consideration that...
184
Here's the wiki link for more information: https://github.com/KingHual/SA-MP-Pl...erDriveOnWater
It would be better to use IsUsingSAMPP to check if the player has the plugin installed. And if he does...
51
You should read about string manipulations.
https://sampwiki.blast.hk/wiki/Format
Also, you're using the incorrect parameters for mysql_function_query.
They are:
pawn Код:
mysql_function_query(...
77
It doesn't change because you're never running the query.
77
Kerbal Space Program?
85
Which version of Windows do you have?
And try installing the .NET framework version 4.5: http://www.microsoft.com/en-us/downl....aspx?id=30653
369
You might be using an include that hooks OnPlayerDeath. Check each of your includes.
48
Use strfind to check if the player's name contains [COD] and use GetPlayerName to get the player's name.
57
I guess he means something like this:
pawn Код:
forward LoadWeapons(playerid);forward LoadPos(playerid);forward LoadAccount(playerid);public LoadAccount(playerid){ //Code LoadWeapons(pl...
68
What do you mean? Are you trying to say that you want to create a public callback without forwarding it? If so, you can do that(if you ignore the compiler warning). I wouldn't advise it, though.
53
Why don't you guys take in mind reverse engineering? Data sent from the client can always be manipulated in some way.
83
Look at your filters.
EDIT: Oh, sorry. Didn't notice that you actually wrote that on purpose.
55
Good luck mate! A friend of mine is also willing to start a computer repair shop in Denmark.
139
That's great!
61
Try to run you server as an Admin.
45
Version 1.2 Released.
369