Search Results
Quote: Under OnPlayerDisconnect() use the DestroyVehicle() function to destroy model id AVehicleData[vid][Model]. Ok, but, if have others vehicle with same Model?
131
Hello! I need a help, i have a system of houses with vehicles. When the player buy a vehicle he is created perfectly, when he login, the vehicles load perfectly, but, i want when player logout the v...
131
Very thanks, work. But if i want put a string in itemstr? example: pawn Код: itemstr = !"Item 1: Eagle (Have) Ammo: %i\n",EagleAmo; Is wrong, the pawn don't show error, but don't work, how be? T...
80
Hi, i want put in Dialog a list with itens of player, for example. I have Item 1, item 2 and item 4; and i want show, in dialog. pawn Код: if(PlayerHaveEagle == 1) {    format(string,sizeof...
80
When you logout, save data correct? u Check in database? and when you login LoadData correct, but same time, just Skin and Position X Y Z, set 0 in database?
101
Very thanks for all! I have found a problem, in CMD: pawn Код: mysql_function_query(Connect, "SELECT * FROM `admins` AND ORDER BY `Online` DESC", true, "OnAdminsFound", "i", playerid); Correct, w...
100
pawn Код: CMD:admins(playerid, params[]){    mysql_function_query(Connect, "SELECT * FROM `admins` AND ORDER BY `Online` DESC", true, "OnAdminsFound", "i", playerid);    return 1;} I have tri...
100
Oh shit, went unnoticed, thanks! But the problem is, no show dialog =/ don't work.. When i use "/admins" nothing show
100
Hi, first, Thanks for being here reading and paying attention. I have a CMD, "/Admins" to show a list with all admins in the table, my problem is in show it. pawn Код: public OnAdminsFound(playe...
100
I got it! now worked Thank you so much! ++REP
107
So. Firstly thank you for being here. Well, sorry, MySQL in my attempts the most I could get was, showing the amount of admins who was in the table. The name, with level etc.. not returned. did not sh...
107
I tried but it went wrong. if someone can help me, thank you! Example, i have a list of admins in my db, and i want show in the server on /listadmins
107
Yes, it's weird. on my computer, does not work. (windows) In my VPS. Works. (linux) But that's the least of it, the important thing is to be working. as my pc I'll try to solve if I have to format. lo...
216
Hey man, thanks for correcting the saving functions *-* Very thanks! I do not understand, on my computer, is crash and closing when the server starts to save. I took over the server and put it in m...
216
Thanks.. Where can I fix this? Quote: Originally Posted by Konstantinos Why have you set the size of the memory (from stack and heap) to 65536 (from #pragma dynamic)? Make it greater wh...
216
Hey thanks for helping me ) Below is the request: Pawn Compiler with -d2: pawn Код: Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhaseHeader size:          13860 b...
216
Below is the log. When i start the server. http://pastebin.com/90DHxUEt When, i save the houses, bizz, sbizz and cars in mysql... http://pastebin.com/n4zsFuWi OBS:. I put in Pastebin , because...
216
I swear to you. I looked letter by letter and saw the string with different sizes. When corrected and tested, saved the 241 homes perfectly ... Sorry to waste your time with nonsense. More thank you v...
121