Array Checkup, do they look right?
#1

http://pastebin.com/5H3wZ69z

im making an array include with every object in GTA SA for use with a gamemode i will be making, i was just wondering if these arrays look correct as im using macros and CTRL + F to format them after copy/paste from wiki. Just would like someone to take a quick look and just act as another set of eyes for me, thanks.
Reply
#2

No.

Mooo
Reply
#3

What was wrong with them, there should be one integer in the begining, and two strings after that
Reply
#4

Yes, they are alright.
Reply
#5

Why don't you make an enumerator?
Reply
#6

Quote:
Originally Posted by Lenny the Cup
Посмотреть сообщение
Why don't you make an enumerator?
enum would be usefull if the data needed to be changed, however this data wont be changed. it will be sorted, parsed, but not changed in the ending gamemode
edit: actually thinking about it, it may make accessing the integers a bit easier as i wont have to do
pawn Код:
arrayname[0][0]
and could just do
pawn Код:
arrayname[ID]
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)