Search Results
You're executing that in a public function which checks every 1 second, now the loop will constantly check if the player is in range of the position, then create the object...(and it will constantly d...
143
You can have two players with the same name, once some case is different, thus [xG]Max_Vido and [xg]max_vido. If you want them to appear as the same, change ignorecase to true in the strcmp function y...
120
You're welcome I could've just posted it to you on Skype but if I did others with a similar problem wouldn't find out how you fixed it.
128
Tanush, I haven't coded PAWN in months but I think this will work lol pawn Код: GetPlayerName(playerid,Nam,sizeof(Nam));if(!strcmp(Nam,inputtext,false)) return SCM(playerid,red,"ERROR: You can't w...
128
Quote: Originally Posted by GtaTrueCrime Hello again! So I have two questions actually, first of all Can you play SA-MP in a windowed mode? Like to where I can still play the game, but no...
112
There's a transparent object just like glass but it's not glass, does anyone know the ID?
74
So does that mean my server WILL be blacklisted if donation payments reoccur? There are many examples on how to allow donator/VIP status for a set period of time and I'm sure to renew that status, pla...
258
I've recently heard that donations shouldn't require a recurring payment; it should only be once fee to the individual and your server can be blacklisted if donations have recurring payments. How true...
258
I don't fully remember what caused it but it's some sort of tool. Just add "rcon 0" to your server.cfg file, in a new line. You won't be able to perform rcon commands from the console though.
218
I'm figuring it's a SA-MP default error, since it's not in my script...
124
I just noticed some error messages in the server: Code: Warning: vehicle 43 was not deleted Warning: vehicle 44 was not deleted Warning: vehicle 45 was not deleted Warning: vehicle 46 was not delete...
124
Nevermind, it's the nor operator: if(!(left || right)) Therefore: if(!(PlayerData[playerid][AdminLevel] < 1 || PlayerData[playerid][DonorLevel] < 2))return 0;
80
I totally forgot how to use the || (or operator) to allow let's say admins and donators to share the same command. Like this: pawn Код: if(PlayerData[playerid][AdminLevel] < 1 || PlayerData[pl...
80
pawn Код: CMD:kick(playerid, params[]){    new name[MAX_PLAYER_NAME+1], string[24+MAX_PLAYER_NAME+1];    new id, reason[126];    if (sscanf(params, "us[126]", id, reason))        return ...
205
Is there any map editor with 0.3d and 0.3e objects?
69
Does anyone have an image pack of all 211 vehicle images? I know I can download every single image from the Wiki page... Something similar to this: https://sampforum.blast.hk/showthread.php?tid=333864
47
I figured it was a brute force, but that's supposed to take years. My password is mixed with all kind of characters. So right now, my only problem would be the spamming of my console, right? -_-
119
It's not coming from inside the server, it's external... And do you see the speed?! Like 7 attempts per second...
119
Here's it: http://pastebin.com/raw.php?i=UcbEK4Zn Am going to ban the IP but can anyone say what it is?
119