Search Results
Quote: Originally Posted by FireBoy89 Could you specify/provide the error line/number? Line 89, which is this one: Код: mysql_format(Database, query2, sizeof(query2), "UPDATE `acc...
226
Quote: Originally Posted by FireBoy89 Change OnPlayerDisconnect(playerid) to OnPlayerDisconnect(playerid, reason) Tried it, still get the same error.
226
Код: enum PlayerData { ID, Cash, Bank, Level, Points, Admin, Tester, Donator, Car1, Car2, Car3, House, Business, Faction, FRank, FLeader, Job, JRank, Phone, Skin, Mute, Jail,...
226
Hello. I need help with this error, I don't see any difference between the three lines of mysql_format ( which I used because if I combine them all the line is too big ) but it still gives me this err...
226
Quote: Originally Posted by Y_Less How are your colours defined? haha thanks a lot I forgot I have to define them like #define WHITE "{FFFFFF}"
40
hi so i am getting these errors Code: C:\Users\McVid\Desktop\gta\gamemodes\testgm.pwn(83) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\McVid\Desktop\gta\gamemodes\te...
40
Quote: Originally Posted by Codeah I had the same problem yesterday, make sure that all files in your server folder are accessible by the user that runs the server (not the root). If that...
218
[15:54:27] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory) getting this error, how i can fix?
218
Quote: Originally Posted by Konstantinos I really doubt you'll find somebody to compile the plugin, such an old version, for Ubuntu. Best choice is upgrading to latest versions and update ...
218
Quote: Originally Posted by Sunehildeep Update your sscanf and mysql plugins I tried this before sending this topic but nothing. Quote: Originally Posted by Konstantinos ...
218
hello all, i'm getting errors when i try to start my gamemode. all plugins loads, but, when gamemode loads, just getting error: FUNCTION NOT FOUND on different situations. my gamemode doesn't have any...
218
So that I am getting errors, of undefined symbol that means i lost a bracket or something. can anyone find the prob?i cant see it yet
194
Quote: Originally Posted by iLearner Post the new code and errors. up are the code of factions and now i will leave you in pastebin the full one: Code: C:\Users\mugur\Desktop\Server ro...
194
Quote: Originally Posted by iLearner Do you understand that that stock will always return 1!? Instead of what he calculated through switch case I leaved you up my code , that now is bug...
194
Quote: Originally Posted by iLearner Return rankname instead of 1. returning rankname means 26 errors+ Code: stock GetPDRank(playerid) { new ranks = PlayerInfo[playerid][pRank]; new ...
194
hello all, im getting an in-game error, when i try to talk on /f for example, i get the latest string instead of ranks these are my codes: Code: stock GetPDRank(playerid) { new ranks = PlayerInfo[pl...
194
Quote: Originally Posted by ISmokezU Did you explain why he can't use normal pickups instead of dynamic? also,Isn't it fine to use any? Dynamic is better. Normal pickups had a limit of ...
160
Quote: Originally Posted by Konstantinos The problem is in the /hq command, there is a missing closed bracket. The use of specifier "u" in sscanf is also incorrect because you don't want t...
156