Search Results
Use mysql_tquery plz, no mysql_pquery, "mysql_tquery(mysql_connect_ID, query_string, "GetMySQL_ID", "i",playerid);" and "mysql_tquery(mysql_connect_ID, query_string);" Dont use format, use mysql_form...
76
GetPlayerVirtualWorld(playerid) and i dunno
145
Код: stock SendToAdmins(color, message[]) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerAdmin(i)) { SendClientMessage(i, color, message); } ...
72
PlayerTextDrawSetString(Target, "dmg", string); replace PlayerTextDrawSetString(Target, your text, no "dmg", string); use a new PlayerText:example[MAX_PLAYERS]; and add onplayerconnect
181
if you have XAMPP and Wamp, it'll work if you have it. For MySQL
139
Gotham, use a plugin Whirlpool. https://mega.nz/#!CRpmRCYI!1FZzSJH_e...sifdfJJxWPMMDw ^^
128
Help for functions, and forget natives, you can use for help functions. You executed administrator.
191
Use onplayercommandperformed :P if you use zcmd Код: public OnPlayerCommandPerformed(playerid, cmdtext[], success) { if(success == 0) { return SendClientMessage(playerid, YOUR_COL...
91
Код: stock VehicleOccupied(vehicleid) { for(new i = 0; i < MAX_PLAYERS; i++) { if(IsPlayerInVehicle(i, vehicleid)) return 1; } return 0; }
146
Use my command, if you use ZCMD. Код: CMD:rc(playerid) { new string[256]; LevelCheck(playerid, 3); format(string, sizeof(string), "Administrator %s has respawn all cars !", PlayerName...
146
Use include y_iterate, or update your foreach. Код: #include <YSI\y_iterate> // This is a foreach
122
Or use a sscanf, for explode players
132
Dude, you forgot to put a ; a new side of : Text:Registerbox
100
Like this : Код: public OnPlayerText(playerid, text[]) { if(text[0] == '!') // Change symbol { if(IsPlayerAdmin(playerid) || PlayerInfo[playerid][pAdmin] >= 1) { ...
123
Put on your OnGameModeInit or OnFilterScriptInt Код: public OnGameModeInit() { Registerbox = TextDrawCreate(639.599975, 132.166656, "usebox"); TextDrawLetterSize(Registerbox, 0.000000, 22.498149)...
100
Код: new string[256]; // Line error format(string, sizeof(string), "Name : %s Score : %d Admin Level : %d Operator Level : %d Kills : %d Deaths :%d Money : %d", PlayerInfo[playerid][pName], Player...
66
I think your remove your filterscripts that's for real!
144