[FilterScript] Text-Draw Box - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Text-Draw Box (
/showthread.php?tid=169163)
Text-Draw Box -
Awesome@Man - 18.08.2010
Text-Draw Box
You can type in anything you want it in your server so example commands help.
Download Here:
http://pastebin.com/vyJSFTDT
Thank you posted by Boom
Re: Text-Draw Box -
Den_Deluxe - 18.08.2010
Simple and useful
nice man
Re: Text-Draw Box -
Vince - 18.08.2010
Screenshot, perhaps? What does it look like?
Re: Text-Draw Box -
Ernis456 - 18.08.2010
#define MAX_HOUSES 1000
#define MAX_RENTCOST 50000
#define MIN_RENTCOST 5000
lol
Re: Text-Draw Box -
Awesome@Man - 18.08.2010
Thanks Den_Deluxe 
Re: Text-Draw Box -
jonnyboy - 18.08.2010
COOOOOOL!!!!!!!!!!!!!!
Re: Text-Draw Box -ERROR- -
jonnyboy - 18.08.2010
I have an error at compiling
(i didn't change anything!)
pawn Код:
D:\Rockstar Games\GTA San Andreas MP Server\filterscripts\TD.pwn(134) : warning 217: loose indentation
D:\Rockstar Games\GTA San Andreas MP Server\filterscripts\TD.pwn(163) : warning 203: symbol is never used: "ret_memcpy"
D:\Rockstar Games\GTA San Andreas MP Server\filterscripts\TD.pwn(163) : warning 203: symbol is never used: "strtok"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
Re: Text-Draw Box -
ben4uka - 18.08.2010
under the includes:
#pragma tabsize 0
#pragma unused ret_memcpy
OnPlayerCommandText:
new cmd[256], idx;
cmd = strtok(cmdtext, idx);
Re: Text-Draw Box -
Scenario - 18.08.2010
Can you provide a screenshot, or something similar?
Re: Text-Draw Box -
Awesome@Man - 18.08.2010
JonnyBoy that's not problem its just a warning
Re: Text-Draw Box -
gamer931215 - 19.08.2010
Its just a black box with some text in it under the chat if you type /help, its supposes to be as example for beginners i guess, how to use textdraws etc (lmb to close box isnt even working lol.)
So nothing specials, but good job anyways, im pretty sure this wil help beginners. Next time please remove warnings/unused declarations
Re: Text-Draw Box -
Xtreme4ever - 20.08.2010
Do i need the AMX file ? where is it ?
Re: Text-Draw Box -
(LifeStealeR) - 26.08.2010
Simple and Useful. Good Job