Search Results
Try putting the textdraw stuffs in onplayerspawn
102
Tell me what are the errors ? is it the same ? If you would, just give me the script,and I'll try to compile it. My server files packages are having the latest ones versions. EDIT: Oh, you have no...
123
You need to update the ssccanf plugin/includes, heres the downloads(this is which the ones I always uses,and doesnt have any errors) sccanf.so(plugin for linux server): https://www.mediafire.com/?rcc...
123
do you use streamer plugin/include ? because default samp only can recieves about 1k objects.
166
Do you have the weeds,and seeds enums inside of your registration enums ? try to change this Код: pinfo[playerid][seeds]-- *2; to Код: pinfo[playerid][seeds] == -2; and the increm...
66
Is there a saving system for this ?
19,408
For the ''symbol is never used'' warnings, remove the text of the warning there. example remove ''EventOnPlayerDeath'' as it is not being used.
133
Sorry, didnt notice the texts. Well in that case, ye do what Kons's said. I use ''setting an enum'' for that, efficient style.
232
@Konstantinos I believe ''= 1;'' is for setting a player to an enum, not for ''if'' function.
232
Thank you, I've updated the topic, to make it more clear.
120
This is the latest foreach include: https://www.mediafire.com/?5425b96sxn2gdin
270
pawn Код: enum dinfo{    adminduty}new PlayerInfo[playerid][dinfo];dcmd_aduty(playerid, params[]){      if (IsPlayerAdmin(playerid)) return SendClientMessage(playerid, COLOR_WHITE,"Unknown co...
263
Alright, I'll make you with fullfilled code pawn Код: enum dinfo{  adminduty,}new PlayerInfo[playerid][dinfo]dcmd_aduty(playerid, params[]){      if (PlayerInfo[playerid][adminduty] == 1) ret...
263
pawn Код: dcmd_aduty(playerid, params[]){      if (IsPlayerAdmin(playerid) || PlayerInfo[playerid][pAdminLevel] > 1) return SendClientMessage(playerid, COLOR_WHITE,"Unknown command: type /cm...
263
A simple filterscript made by me. What is this ? So you can chat with your friends (5 peoples by this meaning) by a simplest system. This FS is basically used for servers who couldnt make a compl...
120
Go to this link http://www.faqforge.com/windows/fix-...or-on-windows/
207
Whirlpool.so : http://www.mediafire.com/download/yy...v/Whirlpool.so Whirlpool.dll: http://www.mediafire.com/download/h7.../Whirlpool.dll These are the latest ones.
310
You're using linux, so I had an assuments that you're using .so anyway download the .dll aswell: https://www.mediafire.com/?h710fhu2s21a786 EDIT: If it is linux. Put ''plugins Whirlpool.so'' ...
132