Search Results
Having taken a brief look at your query, I've noticed that there isn't a semi-colon after the line, "mysql_real_escape_string(model, model) ". I would also like to ask why you would try to escape the ...
103
Are your plays timing out then reconnecting? If so, the client might try to reconnect too quickly which the samp server doesn't like. It results in a small ban for the quick reconnect.
328
Removed. Edit: Actually why would you select NULL in your query? Perhaps replace it with a few column names or an asterix (*)? If you query NULL, you'll get what you ask for -> Nothing.
220
Hi, After reading over your code, I've found that you set your fuel to "100.0" which is a float. However in your textdraw code, you call the fuel as an integer which is probably why you are getting a ...
155
Quote: Originally Posted by Spydah That one's not working anymore. I have these errors can someone help me? Код: [22:14:20] Error: Function not registered: 'SSCANF_Init' [22:14:20...
23,946
Have you tried redownloading the SAMP windows server package and using the PAWNO that is included?
238
Until you haven't seen this in the dialog that pawno creates, you should assume that pawno is still compiling your gamemode. The text in the dialog should be something like this: Pawn compiler 3.2....
238
Hi, I'm not entirely sure as to which one of these would solve your problem but I think one would work as expected. My suggestion is that you try to install this: yum install mysql-community-libs Thi...
169
I'm not sure if you have fixed this or not but anybody can use the command /createspeed. You should perhaps check the player's admin level with: Код: if (PlayerData[playerid][pAdmin] < 5) ...
23,946