[FilterScript] In-Game Label Creator 1.3
#1

In-Game Label Creator 1.3


Scipted With:Pawno

Commands:
/addlabel [color] [text]


Filterscript requires:
DCMD
sscanf

Screenshots:


Link: Pastenbin

Credits:

-boomerboom[me] for filterscript
-Dracoblue for DCMD
-****** for sscanf
Reply
#2

Nice
Reply
#3

Quote:
Originally Posted by Hamam
Посмотреть сообщение
Nice
:P thanx for the support.

+rep for that


OoffTopic:This forum requires that you wait 240 seconds between posts. Please try again in 1 seconds.
Reply
#4

Not bad,good work.
Reply
#5

Really cool but i got 26 errors while trying to compile Help...

Warnings:
Код:
C:\Users\Scripting!\Desktop\High Speed Drivers\pawno\include\sscanf2.inc(218) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Scripting!\Desktop\High Speed Drivers\pawno\include\sscanf2.inc(218) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Scripting!\Desktop\High Speed Drivers\pawno\include\sscanf2.inc(278) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Scripting!\Desktop\High Speed Drivers\pawno\include\sscanf2.inc(278) : warning 219: local variable "string" shadows a variable at a preceding level
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(186) : warning 201: redefinition of constant/macro (symbol "COLOR_BLACK")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(188) : warning 201: redefinition of constant/macro (symbol "COLOR_GREEN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(189) : warning 201: redefinition of constant/macro (symbol "COLOR_RED")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(190) : warning 201: redefinition of constant/macro (symbol "COLOR_YELLOW")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(191) : warning 201: redefinition of constant/macro (symbol "COLOR_WHITE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(192) : warning 201: redefinition of constant/macro (symbol "COLOR_BLUE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(193) : warning 201: redefinition of constant/macro (symbol "COLOR_LIGHTBLUE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(194) : warning 201: redefinition of constant/macro (symbol "COLOR_ORANGE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(196) : warning 201: redefinition of constant/macro (symbol "COLOR_LIME")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(198) : warning 201: redefinition of constant/macro (symbol "COLOR_NAVY")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(199) : warning 201: redefinition of constant/macro (symbol "COLOR_AQUA")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(200) : warning 201: redefinition of constant/macro (symbol "COLOR_CRIMSON")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(202) : warning 201: redefinition of constant/macro (symbol "COLOR_BISQUE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(204) : warning 201: redefinition of constant/macro (symbol "COLOR_CHARTREUSE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(205) : warning 201: redefinition of constant/macro (symbol "COLOR_BROWN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(206) : warning 201: redefinition of constant/macro (symbol "COLOR_CORAL")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(207) : warning 201: redefinition of constant/macro (symbol "COLOR_GOLD")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(208) : warning 201: redefinition of constant/macro (symbol "COLOR_GREENYELLOW")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(209) : warning 201: redefinition of constant/macro (symbol "COLOR_INDIGO")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(210) : warning 201: redefinition of constant/macro (symbol "COLOR_IVORY")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(211) : warning 201: redefinition of constant/macro (symbol "COLOR_LAWNGREEN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(212) : warning 201: redefinition of constant/macro (symbol "COLOR_SEAGREEN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(213) : warning 201: redefinition of constant/macro (symbol "COLOR_MIDNIGHTBLUE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(214) : warning 201: redefinition of constant/macro (symbol "COLOR_MAROON")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(215) : warning 201: redefinition of constant/macro (symbol "COLOR_OLIVE")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(216) : warning 201: redefinition of constant/macro (symbol "COLOR_ORANGERED")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(217) : warning 201: redefinition of constant/macro (symbol "COLOR_SEAGREEN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(218) : warning 201: redefinition of constant/macro (symbol "COLOR_SPRINGGREEN")
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(282) : warning 219: local variable "text" shadows a variable at a preceding level

Errors:
Код:
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(289) : error 017: undefined symbol "dcmd_addlabel"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(292) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(295) : error 021: symbol already defined: "GetPlayerPos"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(296) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(300) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(301) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(305) : error 021: symbol already defined: "string"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(305) : error 021: symbol already defined: "distance"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(307) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(311) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(315) : error 021: symbol already defined: "string"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(315) : error 021: symbol already defined: "distance"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(317) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(321) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(325) : error 021: symbol already defined: "string"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(325) : error 021: symbol already defined: "distance"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(327) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(331) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(333) : error 021: symbol already defined: "string"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(333) : error 021: symbol already defined: "distance"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(335) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(339) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(340) : error 010: invalid function or declaration
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(344) : error 021: symbol already defined: "string"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(344) : error 021: symbol already defined: "distance"
C:\Users\Scripting!\Desktop\Zombie Server\filterscripts\LabelCreat.pwn(346) : error 010: invalid function or declaration
Reply
#6

It looks AWESOME! I'm looking forward to use it, but I have got the same '26 errors' as MoeSal. What are we doing wrong? I do have sscanf included.
Reply
#7

System easy to use and very useful for my server. Thanks.
Reply
#8

Thank you for feedback.When you get errors try to download sscanf and dcmd they are in the topic.
Reply
#9

this save?
Reply
#10

Quote:
Originally Posted by AndersonAq
Посмотреть сообщение
this save?
Yes it does.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)