Search Results
Creating tables should be a "one time only thing", so personally i don't see the point of what you are trying to do. And also that is a very, very bad design. I would suggest you create the table manu...
253
The best way IMO is to use sockets (plugin), but you could also do it your way, that would work too, but if you are doing a query for each player at the same time for example, that could be bad in the...
90
Quote: Originally Posted by robertforyou Imi poti face un exemplu cu tot ce am scris eu in acel Code? pui un singur remove si eu modific cu toate ale mele, te rog frumos Tu cand vrei sa...
181
Exista pinfo in gm-ul tau..doar ca e intr-un include,nu in gm.
174
Degeaba te uiti in server_log,ca mereu o sa ii zica ca s-a conectat.. Uite-te in mysql log sau debug ,sau cum se numeste log-ul la mysql si vezi de ce nu se conecteaza.
207
Quote: Originally Posted by PowerPC603 - Yeah,i know it takes some time to insert the querys in the background,but it shouldn't take that long for 200 querys..
185
Something must be wrong with your mysql (either the service itself or the plugin somehow).. pawn Код: main() {    g_con = mysql_connect("127.0.0.1","root","test","");    new tick = GetTickCoun...
185
Add pawn Код: main(){} before OnGameModeInit and then compile and see if it works. Edit: it seems you already have main(){},after including a_samp..and it should work and not give you that error...
120
Quote: Originally Posted by ikey07 Ahm? no I would make this post, but wouldnt join it by self, right? If the server had some players and also the owner in,yes,it might of been "somethi...
145
"guys i srsly dnt know who owns the srv tho im the only one who is on the srv and it's a default one,but srsly i dnt know who the owner iz !"
145
Use pawn Код: strval(inputtext) Strval
69
Quote: Originally Posted by pds2k12 I pmed him about that. Ah,great. @Sinner - You could use gethostbyname
1,346
It's not a filterscript,it's a plugin. https://sampforum.blast.hk/showthread.php?tid=271129
112
You should also make it work with dns. Also,not inserting a port gives a console error.
1,346
Quote: Originally Posted by Mattakil But how do I get the inputtext from a list dialog to do that? Well,when a user selects an item from the dialog,inputtext holds the text from that ...
126
You could use inputtext and split the id as you said.
126
You could use y_languages. https://sampforum.blast.hk/showthread.php?tid=295580
139