Search Results
Hello.. i recived this... Код: [23:29:06] OnPlayerLogin(10) Begin [23:29:06] sscanf warning: String buffer overflow. [23:29:06] sscanf warning: String buffer overflow. [23:29:06] sscanf warning: ...
245
Quote: Originally Posted by Infin1ty Send us your DestroyVehicleEx function. Also~ Код: DestroyVehicleEx(vehicleid); /////// THIS You should check if the vehicle is valid before deleti...
163
Код: [17:56:11] [debug] Server crashed while executing xyz.amx [17:56:11] [debug] AMX backtrace: [17:56:11] [debug] #0 native DestroyDynamicObject () in streamer.so [17:56:11] [debug] #1 001bfd14 ...
163
Quote: Originally Posted by Logic_ This is the error and you need to use Player TDs not global TDs. I have a big lot of same TD... How i convert from Global TDs to Player TD easy and f...
161
Hello all, my server crashed at start (not always) This is error list: Код: [20:38:52] [debug] Server crashed while executing xyz.amx [20:38:52] [debug] AMX backtrace: [20:38:52] [debug] #0 nat...
161
Quote: Originally Posted by Mobtiesgangsa turn this: Код: cache_get_field_content_float(loaded, "A", xSafe[id][safe_Pos][3]); into this: Код: cache_get_field_content_float(loaded...
190
Quote: Originally Posted by NaS You seem to have declared "safe_pos" as seperate array, but you use as index for the "xSafe" array. It should be part of the enum declared for the "xSafe" a...
190
Helllooo. I'v update to last version of compiler Zeex and i recived this errors: Quote: D:\scoala proiecte\My Work\gamemodes\xyz.pwn(22365) : warning 213: tag mismatch: expected tag none ...
190
Quote: Originally Posted by Calisthenics The warning is not about expecting constant array but passing a literal value. Make a crime list that you can access anywhere. pawn Code: enum{  ...
298
Quote: Originally Posted by Calisthenics The compiler does not like to pass a string directly with the latest version. pawn Code: static profile_params[] = "0";if(PlayerProfile[playerid]...
298
Quote: Originally Posted by Calisthenics Code: CheckName(playerid, const string[]) Any array that is never modified should be a constant. Thank you bro.. And this? thank you warning...
298
Help pls... I update pawn compiler, last version and i recived this warning xyz.pwn(22109) : warning 214: possibly a "const" array argument was intended: "string" 22109: Quote: stock CheckName...
298
Not working for me... new huntzone = CreateDynamicRectangle(2199.00, -773.00, 2517.00, -517.00); for(new i = 0; i < 12; i++){ Hunting::Create(HUNTING_TYPE_DEER,2328.1748,-591.6104,129.7921,1.0,...
2,234
Not work properly... In my gamemode, this fs cause player to disconnect (lost connection)..
811
And my server is crashed with for(new = 1
250
Код HTML: public AdminLog(string[]) { new query[300]; query[0] = (EOS); new result2[300]; mysql_real_escape_string(string, result2); mysql_format(g_Sql, query, sizeof(query), "INSERT INTO log...
250