Search Results
Hello, Im have a problem..I'm using a streamer in all my objects (incognitos) and i create alot of dynamic objects. But at the time im trying to attach object to vehicles in this way: vehicle = cre...
58
Hello, Im working on a scratch gamemode and i make all gamemode under mysql threaded R8 system with cache functions by blueg. I made a command called "ggmx" that save all server data and request a g...
54
the problem is that cache functions are awesome ...no one has fixed the memory leak?
185
Quote: Originally Posted by VincentDunn You were probably doing it wrong. @OP - Just use On last time that i use r7 version i dont have any problem with plugin functions...The only ba...
185
Thanks for your answers. But is or not true that BlueG plugin R7 threaded has a memory leak? If its true i think that is not a good idea use them Regards
185
Hello, I want start scripting a new Gamemode with mysql. Actually whats the best mysq system for sa-mp? Threaded or non thread? The best is MySQL Plugin of BlueG or Other? I read that MySQL Plugin ...
185
I cant make this work on Centos. Gamemode connects to the database but after not work.. Dont appear login window and no other command etc...Anyone know how to fix this? My gamemode work win windows ...
95,257
pawn Код: if(strcmp(cmd, "/skin", true) == 0){    tmp = strtok(cmdtext, idx);    if(!strlen(tmp))    {        SendClientMessage(playerid, red, "Usage: /skin [skinid]");        return...
121
maybe do this new aux = random(last_ticket_position); new aux2 = Control_Tickets[aux]; new lotto= Player[aux2][RaffleTicket];
138
try this rapid implementation, i think this can resolve the problem: Put this in top of your code after includes Код: new Control_Tickets[MAX_PLAYERS]; new last_ticket_position = 0; This is whe...
138
go to phpmyadmin -> your_bd -> sql and execute the query that i write in post. Update 'your_users_name_table' set Field_to_set = 'No-One' where id >=0
73
Hello you can do for example: Update users set owner = 'No-One' where id >=0
73
Check my version of mysql plugin r7-2 with fix, i think that work (compiled for windows, but have to the source code) http://www.solidfiles.com/d/881b943ede/
95,257
Hello Calgon, Your solution is good but whereby i have seen, the all functions of Save end but changes in database dont take effects in same time because the plugin using threads and when server exec...
143
Anyone can helpme ? I really need one solution. Thanks
143
hello, How i can grant that all sql transactions finish until i execute rcon command gmx? Im using MySQL Plugin R7 that using threads.. I have any form that know thread ids of unfinished transactio...
143
Anyone can find a error of this code? I cant find any reason for this error message Regards
51
Код: //---------------------------------------------------------- // // GRAND LARCENY 1.0 // A freeroam gamemode for SA-MP 0.3 // //---------------------------------------------------------- #...
64
Why this code return message: server unknown command when i typed it: Код: CMD:changepass(playerid, params[]) { new string[128], password[256]; if(!IsPlayerLoggedIn(playerid)) return SendCli...
51