[HELP] Random ATC Names
#6

pawn Code:
new ATCNames[] = {
"Tango 109",
"Foxtrot 102",
"Adam 554",
"Cactus 1585",
"Julet 282",
"Delta 102",
"American 22",
"United 93",
"Alpha 2321",
"Echo 9",
"Echo 997",
"juliet 882"
};
Set size, in this case sizeof will be 0, use
pawn Code:
new ATCNames[12][20] = {
"Tango 109",
"Foxtrot 102",
"Adam 554",
"Cactus 1585",
"Julet 282",
"Delta 102",
"American 22",
"United 93",
"Alpha 2321",
"Echo 9",
"Echo 997",
"juliet 882"
};
Reply


Messages In This Thread
[HELP] Random ATC Names - by [UG]Scripter - 22.11.2010, 05:59
Re: [HELP] Random ATC Names - by [L3th4l] - 22.11.2010, 06:04
Re: [HELP] Random ATC Names - by [UG]Scripter - 22.11.2010, 06:13
Re: [HELP] Random ATC Names - by Lorenc_ - 22.11.2010, 06:30
Re: [HELP] Random ATC Names - by [UG]Scripter - 22.11.2010, 07:23
Re: [HELP] Random ATC Names - by Voldemort - 22.11.2010, 07:44
Re: [HELP] Random ATC Names - by iggy1 - 22.11.2010, 07:45
Re: [HELP] Random ATC Names - by Voldemort - 22.11.2010, 07:47
Re: [HELP] Random ATC Names - by iggy1 - 22.11.2010, 07:48
Re: [HELP] Random ATC Names - by Lorenc_ - 22.11.2010, 07:59

Forum Jump:


Users browsing this thread: 1 Guest(s)