04.02.2014, 20:54
Graffiti System
AboutThis include enables you to write on anything you like with only one function.You can make a system by yourself or you can use it to create writings on walls, buildings, or whatever makes you happy.
Functions
pawn Code:
native CreateGraffiti(playerid, Float:gX, Float:gy, Float:gZ, Float:gA, gText[], gFont[], gSize, gBold, gColor[]);
native DeleteGraffiti(graffid);
gColor[] - Hexadecimal color as string.Eg:"0xFFFFFF".It gets converted to int thanks to Draco's HexToInt.
Filterscript
You can also download the filterscript that uses this system.It's not the same and has less color options, but more variables(if you want to make other commands, like edit).You can use this as an example of what you can do with the include.
Screens
Screen1
Screen2
Download
Filterscript - Download(Dropbox)
Include(recommended) - Pastebin | Download(Dropbox)
You can copy/modify/sell/whatever it.