25.01.2010, 07:16
I don't want any of the code public, please delete this thread.
Originally Posted by [HiC
TheKiller ]
I don't see why that wouldn't work, just use 10 different strings if it doesn't. |
Originally Posted by Norn
Quote:
Character1 (Blank listitem) (Blank listitem) Character4 (Blank listitem) Character6 It will be: Character1 Character4 Character6 Because thats the way i coded it.. Know what i mean? My brains not fully functioning atm if i'm not explaining it correctly as it's 9am and i haven't slept yet lol. |
Originally Posted by [HiC
TheKiller ]
Quote:
|
Originally Posted by Norn
Quote:
|
Originally Posted by [HiC
TheKiller ]
Quote:
|
Originally Posted by Norn
Quote:
I created this, pawn Code:
|
stock GetMenuDialogCharacterOrder(playerid, characterslotid)
{
new arrCoords[11][64], string[128];
if(characterslotid >= 1 && characterslotid <= 10)
{
format(string,sizeof(string),"%s", MasterAccount[playerid][mCharacterString]);
split(string, arrCoords, '\n');
return arrCoords[characterslotid];
}
}
Originally Posted by [HiC
TheKiller ]
Quote:
pawn Код:
|