Search Results
Quote: Originally Posted by Jarnu your problem is this Код: sscanf whirlpool regex streamer change it to Код: sscanf.dll whirlpool.dll regex.dll streamer.dll if linux use Код...
158
What are the names for the filterscripts?
158
I used to ponder about this but there is no actual conversion. You would need someone who will be willing to make this exchange; if they're not, you're out of luck.
128
Quote: Originally Posted by n00b_scripter well post it over here i dont wana go to jail again Код: "This website/URL has been blocked until further notice either pursuant to Court orde...
91
Get the latest version of sscanf https://sampforum.blast.hk/showthread.php?tid=120356
73
Why don't people use the "Search" feature? https://sampforum.blast.hk/showthread.php?tid=342920 https://sampforum.blast.hk/showthread.php?tid=332924 https://sampforum.blast.hk/showthread.php?tid=332...
100
Show us the code of the textdraw or remove it.
123
You cannot do that but you can save info when OnPlayerDisconnect.
126
I cannot do everything for you but here: https://sampwiki.blast.hk/wiki/GetPlayerName https://sampwiki.blast.hk/wiki/GetPlayerID
121
They are objects. You cannot change the color of them.
101
Since "playerid" is not native in the "public", you're going to have to define it first.
121
pawn Код: public OnPlayerSpawn(playerid){    SetPlayerColor(playerid, YOUR_COLOR_HERE);    //other codes...    return 1;}
69
Most of all the other methods won't work. To find out what your error is, use the nativechecker plugin.
68
It really depends on what admin system you're using.
184
Dude, there are tons of these. I would like to see something more complex other than a rather easy command such as /healme since everyone knows how... https://sampforum.blast.hk/showthread.php?tid=31...
291
You can just go to Transfenders. Or... https://sampforum.blast.hk/showthread.php?tid=124680 https://sampforum.blast.hk/showthread.php?tid=307735
59
Quote: Originally Posted by milanosie Thats not what he asks, He asks how do they work, like how does the language pawn executes them, not how to set them Quote: Originally P...
137
Why don't you just release it. No matter what, I know people are going to download it.
118
Quote: Originally Posted by Manuel_Franco Yes i reinstalled all plugins streamer for 0.3e and i have installed nativechecker and it say the errors i recompiled too have .net framework 4.0 ...
177
pawn Код: CMD:kill(playerid, params[]){    SetPlayerHealth(playerid, 0); //sets the player's health to 0 out of 100%.   return 1;}
89