[FilterScript] Damage System
#6

Thank you guys for the positive comments

Quote:
Originally Posted by Wolfe
Посмотреть сообщение
The reason you're getting cut off on the text is because of big the character array is.

Код:
str[1000], str1[500], count = 0, name[MAX_PLAYER_NAME];
str[1000] should be str[4096] or whatever because in the samp limits;

https://sampwiki.blast.hk/wiki/Limits

You can only have up to 4096 characters in the information of a dialog. So that should fix your problem with that.
I been tried it before, but it's showing;
Код:
Header size:           1084 bytes
Code size:            31096 bytes
Data size:         24016472 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4840 cells (19360 bytes)
Total requirements:24065036 bytes
And when I type the cmd In-Game, it's shown SERVER: Unknown Command, so I replaced it to 1000.

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
Your script doesn't work.

It returns at least 30 "variable shadows a variable at a preceding level". There are also warnings showing from inside /y_ini includes.

Specifically the ShowDamages.
You've included the same variable at your gamemode, try to change it in your gamemode or in the filterscript.

Quote:
Originally Posted by NealPeteros
Посмотреть сообщение
I had a script like this for 3 months, never wanted anyone who had the same as mine to release it. I liked it to become a mystery.

I apologize for being such a greedy man (xD)

EDIT: I could suggest you to be more unique rather than just copying the whole idea from LS:RP, although it's a cool one, players won't find it original
I found myself bored then decided to code this filterscript (xD)
Reply


Messages In This Thread
Damage System - by Hreesang - 05.05.2017, 07:47
Re: Damage System - by XxFiGhteRXx - 05.05.2017, 08:15
Re: Damage System - by MattL019 - 06.05.2017, 01:01
Re: Damage System - by Wolfe - 07.05.2017, 02:01
Re: Damage System - by NealPeteros - 07.05.2017, 03:56
Re: Damage System - by Hreesang - 07.05.2017, 06:19
Re: Damage System - by Legitness - 07.05.2017, 14:38
Re: Damage System - by NealPeteros - 07.05.2017, 15:25
Re: Damage System - by XBrianX - 07.05.2017, 15:45
Re: Damage System - by NealPeteros - 08.05.2017, 02:47

Forum Jump:


Users browsing this thread: 1 Guest(s)