[FilterScript] Little Commands And Features Pack []
#1

[]
This is a small pack made by me as my first release,ive not tested it please tell me if you find any bugs

Features
Connect Messages
Death Messages (Also Wasted message if the player is not killed by anyone)
Poke System
Advanced PMs


Commands
/pm
/r
/pms
/lock
/engine
/hydraulics
/dive


Credits
a_samp
Sscanf
ZCMD



Download
Pastebin
Reply
#2

Nice script btw.
Reply
#3

Quote:
Originally Posted by UlanHafiz
View Post
Nice script btw.
Thanks
Reply
#4

Nice one, Pretty simple tho!
Reply
#5

Quote:
Originally Posted by SsHady
View Post
Nice one, Pretty simple tho!
Ty
Reply
#6

You are just formatting OnPlayerDisconnect. Test your script before releasing such a simple things to make sure that at least they are working correctly.

edit://
strings of 250 characters length? What for? Let me break it down for you.

Example:
pawn Code:
%s(%d) just poked %s(%d)
%s = name = 32 chars.
( = 1 char.
%d = ID = 3 chars.
) = 1 char
" just poked " - 12 chars.
%s = name = 32 chars.
( = 1 char.
%d = ID = 3 chars.
) = 1 char.

All in total is: 84 characters + null character = 85 characters. No need for 250 array if 85 is needed in total. Read about array values.
Reply
#7

Good Job for ur first release.. Looks good
Reply
#8

Quote:
Originally Posted by Sudaisx
View Post
Good Job for ur first release.. Looks good
Thanks

Quote:
Originally Posted by Riddick94
View Post
You are just formatting OnPlayerDisconnect. Test your script before releasing such a simple things to make sure that at least they are working correctly.
Ty,ill test my further releases
Reply
#9

Quote:
Originally Posted by Riddick94
View Post
You are just formatting OnPlayerDisconnect. Test your script before releasing such a simple things to make sure that at least they are working correctly.

edit://
strings of 250 characters length? What for? Let me break it down for you.

Example:
pawn Code:
%s(%d) just poked %s(%d)
%s = name = 32 chars.
( = 1 char.
%d = ID = 3 chars.
) = 1 char
" just poked " - 12 chars.
%s = name = 32 chars.
( = 1 char.
%d = ID = 3 chars.
) = 1 char.

All in total is: 84 characters + null character = 85 characters. No need for 250 array if 85 is needed in total. Read about array values.
Correction the name can only be 24 chars*
Reply
#10

Quote:
Originally Posted by CrazyChoco
View Post
Correction the name can only be 24 chars*
Sorry for that,i scripted it in hurry thats why...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)