playername help
#2

You couldn't do it like that because pawn doesn't support three dimensional arrays. You could do a separate variable to handle just the names like this.

pawn Код:
new CarName[max_cars][24];

//Example
CarName[carid] = "BillyBob";
Reply


Messages In This Thread
playername help - by NewbBeginner - 14.01.2011, 19:54
Re: playername help - by Backwardsman97 - 14.01.2011, 20:21
Re: playername help - by NewbBeginner - 14.01.2011, 20:23
Re: playername help - by Jochemd - 14.01.2011, 20:33
Re: playername help - by NewbBeginner - 14.01.2011, 20:34
Re: playername help - by Jochemd - 14.01.2011, 20:36
Re: playername help - by Backwardsman97 - 14.01.2011, 20:53
Re: playername help - by Jochemd - 14.01.2011, 21:04

Forum Jump:


Users browsing this thread: 2 Guest(s)