Search Results
So it skips slot 0 and continue with slot 1..?
94
Following question: I've made a serversided anti-weapon hack. Sometimes it's kinda buggy, because it detects player, who have no guns. So I've tried to skip players without guns in the weapon-check f...
94
I saw on few servers this function.. you type /music and the name of the song you want to hear. The system search in ******* for your choosen song and stream it after converting it to mp3. I tried to ...
61
That easy? Thanks Man, that's embarrassing for me xD
54
Any possibility to spawn cars in another virtual world than 0? I tried but it won't work -.-* Thanks in advance!
54
Hello, I've following problem: When I type my defusing command I get 10-15 times the same message. Here's to code: pawn Код: if (strcmp(cmd, "/defuse", true) == 0)        {            ...
81
Hello, I saw a video about following NPCs. I searched the plugin CNPC but I read it was deleted.. Does anyone know how to make following and attacking NPCs?
66
It's really difficult. But maybe this function can help you: https://sampwiki.blast.hk/wiki/Strfind
80
pawn Код: if(UseNewbieTimer[playerid] && !Supporter[playerid]) For example.. I don't know if your variable is called Supporter[playerid]. There you need to insert the name of you variable...
163
It's easy: pawn Код: if(UseNewbieTimer[playerid] && Insert here your function when a player isnt a newbie) return SendClientMessage(playerid,COLOR_GREY,"  You must wait 50 seconds before...
163
Hello, I'm trying to make a "score" system. I need to check the highest value (Kills) to make a highscore. So that's the question: How can I get the highest value (Like user1 has 124 kills and user2 ...
86
Found the error: I've copied the example and forget the replace the "F" of float with a little "f". I knew that I've forgotten something. I'll try, Thanks!
120
Quote: Originally Posted by Hiddos Well if you want to make a KTD ratio, you're most probably dividing the kills by the deaths: pawn Код: new Float:KTD = floatdiv(Kills, Deaths); ...
120
Hello, I try to divide 2 floats, but whatever I try, it won't work. Now I've found something in SAMP-Wiki: https://sampwiki.blast.hk/wiki/Floatdiv. I tried that but it doesn't work (I get this error:...
120
No problem xD I know how to use sscanf
84
I tested it but it don't work. How to create a parameter-cmd in which I can use parameters? Like: pawn Код: /gotopos 100.01 200.93 300.12 // And so on.. I can't use integer because integer don't ...
84