Search Results
San Andreas / San Andreas Multi-Player doesn't die, because it's like a classic music.
990
I solved it, i removed the system.
142
Quote: Originally Posted by denNorske Where have you put this, and what did you do in order to make it bug up? I put it on OnVehicleDeath(vehicleid) and on OnvehicleSpawn
142
Quote: Originally Posted by raydx OnVehicleSpawn(vehicleid) > Код: if(IsValidDynamicObject(Vehicle[vid][vehicle_label]) DestroyDynamicObject(Vehicle[vid][vehicle_label]); Or in cust...
142
Quote: Originally Posted by Vince Not properly destroyed or the text is being recreated. Vehicleids are reused so if you destroy the vehicle in slot 135 then that slot opens up for a new v...
142
Hi, i made an update where i players can put theirs name on the vehicle, but when the personal vehicle of player is being despawned the vehicle's name appear on other vehicle created with commands: he...
142
Use MYSQL better, it's very clean and faster than INI.
134
Use (/save) on a position take the coordonates and replace them on AddPlayerClass.
70
PHP код:         mysql_format(SQL, gQuery, sizeof(gQuery), "SELECT * FROM `friends` WHERE `AddBy` = '%d'", PlayerInfo[playerid][pSQLID]);         results = mysql_qu...
78
PHP код:         mysql_format(SQL, gQuery, sizeof(gQuery), "SELECT * FROM `friends` WHERE `AddBy` = '%d'", PlayerInfo[playerid][pSQLID]);         results = mysql_qu...
123
How i can detect if a player is using NOP hacks?
3,070
#include <md5> at starting gamemode.pwn ?
266
Код HTML: public MySQLCheckAccount(sqlplayersname[]) { new gQuery[128]; gQuery[0] = (EOS); new escstr[MAX_PLAYER_NAME]; mysql_escape_string(sqlplayersname, escstr); mysql_format(SQ...
228
You mean this?: mysql_format(SQL, gQuery, sizeof(gQuery), "SELECT `FactionTime` = '%d' from `users` WHERE `ID` = '%d'", PlayerInfo[id][pSQLID]);
88
Hi, i got this command to uninvite a player from a faction but i receive an MYSQL Error. Command: Код HTML: CMD:auninvite(playerid, params[]) { if(gPlayerLogged[playerid] == 0) return SendClient...
88