Search Results
Simple Mute Script: (please remember to set player color or else his name in chat will be black) PHP Code: #include <a_samp> #include <foreach> #include <sscanf2> #include &...
40,142
Quote: Originally Posted by Uberanwar Maybe you might have some mods installed on your SA-MP? Like SA-MP Addon, or GTA SA Crashfix ASI etc. Iv'e got only anti afk if that somehow preven...
2,072
Quote: Originally Posted by beckzy Someone must've updated the tool that does it (or made their own?) . OnPlayerWeaponShot rapidly printed that a player was using weapon ID 0 to fire bulle...
2,072
Quote: Originally Posted by beckzy Is your server version also R2-2? Also did you try weapon ID 0? It's weapon ID 0 that was being used to crash players in my server (0.3.7 R2-2). Yes a...
2,072
weird i tried such thing on my server (R2) didnt crash anyone
2,072
Quote: Originally Posted by NoteND That makes no sense to me its not hard to understand 200 ms timer for example will end even if player quits it will end shorly after, but 1 min time...
244
Quote: Originally Posted by NoteND Okay, so if I understand you correctly, if I dont set timer to repeat, I can do "SetTimerEx..." for multiple players at once without any problem ? Dep...
244
Quote: Originally Posted by Kwarde Always check SA-MP Wiki: SetTimer(Ex) returns the ID of the timer. On the same page you could have seen there's a KillTimer function. Not killing timers ...
244
Quote: Originally Posted by pwskyline34 I do not know what you're saying. I do not have to spend anything at all. It's simple what I'm writing. IT WORKS ON WINDOWS but DOES NOT WORK on LIN...
650
Code: for(new j; j < MAX_RANDOM_SPAWNS; j++) { if(IsPlayerInRangeOfPoint(i, 3, RandomSpawn[j][0], RandomSpawn[j][1], RandomSpawn[j][2]) && Player[i][PlayerSpawned] == true) { ...
294
1. You probably defined the colors wrong PHP код: #define COL_WHITE "{FFFFFF}" #define COL_GREEN "{00FF00}"  2. Here is the fix PHP код: format(string,sizeof(string),"%s answ...
174
Why do you send the whole code? why not just the error line?
174
Quote: Originally Posted by Infin1ty What do you mean 'wont work in other filterscripts'? Do you mean this filterscript will not work in conjunction with other filterscripts or what? I'm ...
3,031
OnPlayerClickPlayerTextDraw should return 0 or it wont work in other filterscripts.
3,031
cause you settimer inside a loop
116
Quote: Originally Posted by TheToretto Код: new Float:Pos[3]; GetPlayerPos(playerid,Pos[0],Pos[1],Pos[2]); for(new i; i < MAX_PLAYERS; i++) { if(IsPlayerInRangeOfPoint(i, 7.0,...
258
Quote: Originally Posted by TheToretto That's the point of your timer. But you still call the function Kick right after SetTimerEx... ohh true i forgot to delete it after i added the me...
260
Quote: Originally Posted by TheToretto If you're adding a timer it's not for nothing, why are you still calling Kick function directly inside the if statement? Cause then the message wo...
260
my bad after PHP код: format(str, 15, "%d/3 warnings", warnings[playerid]);  add PHP код: SendClientMessage(playerid, color, str); 
260