Search Results
in the public "OnPlayerDeath" you have SendDeathMessage twice....
94
Quote: Originally Posted by [SU BP13 ] Quote: Originally Posted by GTA967 this should work if i understand you correctly http://forum.sa-mp.com/index.php?topic=54608.0 is it ...
229
Quote: Originally Posted by Burridge Quote: Originally Posted by OmeRinG No it doesn't... it just says it does. Umm, actually it DOES work, and it DOES ban after three attem...
229
Quote: Originally Posted by ► James_Alex use a camhack http://forum.sa-mp.com/index.php?topic=93435.0 camhack has nothing to do with it... to make player "visible" (they are actually...
102
Quote: Originally Posted by ► James_Alex the RCON login attemps bans you in 3 attemps auto No it doesn't... it just says it does.
229
Ok I'm gonna make it stop after AMOUNT_OF_BOOMS times (see in script), and there will be explosions not only in the cordinates you gave me but also around them in a random way, you can change the dist...
141
Quote: Originally Posted by bristan im trying to make explsion happen at ls city hall very few secs this is what i got but it don't work the way it should Код: forward Kaboom(); Ко...
141
Quote: Originally Posted by SilentHuntR You can turn them off if you want, in server.cfg set "query" to 0 So that's what it is... I thought it was something that doesn't have any effect...
153
The script in the first post works alright... the errors come from somewhere else... tried it in a new pwn file and I get no errors
186
Quote: Originally Posted by DjSterios Код: if(strcmp(cmd, "/playsound", true) == 0) { tmp = strtok(cmdtext, idx); if(!strlen(tmp)) { SendClientMessage(playerid, COLOR_GRAD2...
175
Swift and contactor this is has nothing to do with his question... he asked if he can add a rcon command that can be sent from the console, and what he gave was just an example of what he tried. and ...
123
Try to be searching for "Anti-Cheat" not "Anti-Hack
139
you'll need to be in a hydra while doing /save.... to get an hydra go to debug mode (in San Andreas directory you'll find it) and when in type /vsel pick hydra drive it wherever you want it to be then...
190
WTF? suspect? what the hell are you talking about?
118
Problems are in the function SendCopMessage... When you did GetPlayerTeam you used playerid instead of i You used 1 more bracket than you needed to
124
On top of your script under include a samp: pawn Код: stock strval_fix(string[]) return strlen(string) > 49? 0 : strval(string); //By Amit_B#define strval strval_fix
99