Textdraw question
#1

Hello, i have a textdraw which shows "Available Jobs" text. Since i have 8 jobs, i don't wanna create 8 textdraws. It's possible, using string, show this 8 jobs in a single textdraw?

Example:

Available jobs:

Robber
Rapist
Medic

Etc. Etc.

Currently i have this (created now) which is supposed to show jobs names:

pawn Код:
new stock JobNames[][] =
{
    "Robber", "Rapist", "Medic"
};
How to pass it in a string to show it in the textdraw?

Thanks
Reply


Messages In This Thread
Textdraw question - by KinderClans - 10.08.2018, 17:17
Re: Textdraw question - by GRiMMREAPER - 10.08.2018, 17:54
Re: Textdraw question - by NaS - 10.08.2018, 18:08
Re: Textdraw question - by GRiMMREAPER - 10.08.2018, 18:54
Re: Textdraw question - by KinderClans - 10.08.2018, 19:29
Re: Textdraw question - by GRiMMREAPER - 10.08.2018, 19:50
Re: Textdraw question - by BigETI - 10.08.2018, 19:56
Re: Textdraw question - by Deadpoop - 10.08.2018, 20:18
Re: Textdraw question - by KinderClans - 10.08.2018, 20:21
Re: Textdraw question - by GRiMMREAPER - 10.08.2018, 20:55

Forum Jump:


Users browsing this thread: 1 Guest(s)