Search Results
I removed vehprotect cuz its very old gamemode, I'm doing bugfix + opt ...
119
Hello, I have this code, I'm worried cuz profiler Zeex's says 74% Self Time... Here is code: Код: public OnVehicleSpawn(vehicleid) { VehProtection(vehicleid); for(new i = 0; i < sizeof(Vehicl...
119
Quote: Originally Posted by KoloradO Very Good! Thanks ! I know you don't understand this language, but like this page, please CLICK ME
332
SAMP Rcon GUI With SAMP Rcon GUI you can control your server from ANYWHERE, you only need stable network connection. Application is currently available only on WINDOWS platform, in few days it will ...
332
I'm making C# RCON GUI App, so when someone enters invalid rcon password I wan't to show him up box "Invalid RCON Password", i know that its possible cuz i saw THIS. But when i open its source (its op...
121
So i defined prefix in my AntiCheat, but i cannot get how to "Ban" peoples from changing it, i mean how to use #error ? Example if they change: #define PREFIX "{FF0000}N-AC{FFFFFF}" into #define PREF...
57
Everything looks nice in editor, but when i go ingame, trees are flying and some x coords are little changed, i tryied to reload map and everything still looks fine in editor, but in Debug and TStudio...
136
Quote: Originally Posted by andrejc999 What's the point? It's the same thing. The most important thing is that it works... Isti kurac brate bitno da radi �� Ok. (STILL HELP WANTED)...
276
So YSI is saving reversed... It shouldn't be like this, it should be like "Lozinka" on top, "Level" after "Lozinka"... HTML Code: [data] AKod = 971 Skin = 26 Smrti = 0 Ubistva = 0 Spawn = 1 Garaza = ...
276
Quote: Originally Posted by DeitY ^ Read this. Kalcor srsly.. Yes, his script-less server really worked hard -_- (NEXY AFERA SRTzE (Nobody.aMx))
1,930
So, as we know, Kalcor stopped 0.3.8 Project and renamed it to "0.3.7-DL"... So probleme here is this: Alot of servers will use 0.3.7-DL, but alot of them will stay at our best friend (0.3.7)... examp...
799
Anyway, this is great BIRTHDAY present.. -_-
10,317
Alot of peoples was starting their scrath modes for 0.3.8, alot of them, alot of them wasted alot of time by trying to make .dff and .txd objects for their server, alot!!! Everyone who agree, comment...
1,930
Man I was really ready for my scratch rp mode...
10,317
Quote: Originally Posted by Misiur Strcmp is a little different, you have to check if the return IS 0. So pawn Код: if(strcmp(inputtext, PI[playerid][pKod]) == 0) Or pawn Код: if(!...
216
Код HTML: if(dialogid == DIALOG_ADUTY) { if(!response) return 1; if(response) { if(strcmp(inputtext, PI[playerid][pKod]) != -1) { new string[128]; SetPlayerArmour(playerid, 10...
216
Quote: Originally Posted by Misiur If compiler shows you warnings (yes, not errors, warnings), don't ignore them because in most cases this usually means broken code. https://sampwiki.bla...
216