Search Results
So how to do? 1 2 3 query with 230 variables or 230 query? You have have 100 players you have 23000 queries on 5 minute Or 100 queries on 5 minute I think one is good
639
Quote: Originally Posted by Adamoneoone Well actually i think it's completely the opposite. Sending multiple short queries is way more efficient than having a huge query run every 5 - 6 mi...
639
i make a optimized save system, save all variables in database after 5 6 minutes on server. if you save all data always you have a lot of queries, and queries affect the server
639
which is the maximum length of a string for a query like mysql_format or format string[2048] ? or 4096 or bigger?
639
what is #pragma compress 0? with what help me?
136
Quote: Originally Posted by NaS Did you include all 3 includes? Код: #include <rotation> // base functions #include <rotation_misc> // misc functions #include &...
141
when i use the include, i recive this error \include\extra\rotation_extra_object.inc(25) : error 017: undefined symbol "RotatePoint" @NaS
141
how can i get postion of attached object vehicle or how to update attached object vehicle?
141
cache_get_field_content(i, "ClanName", ClanInfo[i][ClanName], Database, 130);
195
i = in game id h = database id h = i-1 because for() start from 1
120
when i use EditDynamicObject, the object not move how can i fix?
62
hi, i want to make a rainbowcar system and i need a RGB colors for car. any have rainbow colors?
97
not work Код: new name[30]; GetPlayerName(playerid, name, sizeof name); for(new clanid; clanid < clanss; clanid++) { new idx = strfind(name, ClanInfo[clanid][cClanTag], true), ...
170
i want some like this: connectname = rocky[KING] [KING] is clan tag onplayerconnect i want to change name to rocky like SetPlayerName(playername-tag); i use strfind to find clan tag, how can i...
170
new model = GetVehicleModel(vehicleid); if(model == 411 && User[playerid][accountVIP] == 0)) { RemovePlayerFromVehicle(playerid); SendClientMessage(playerid, -1, "I'm sorry...
740
this work on host? .so and how to start and set up this plugin? is need to put something in gamemode or only put plugin and include?
56
what features or what things you consume from the server, what should I not use, what should I skip and some tips for optimization? what are the main reasons or features that are consuming from the se...
124
how can i increse vehicle speed to 200 km/h for example. constant speed. i use SetVehicleVelocity buy i don t know to make constant speed
85