Silly and easy question.Urgently please
#2

Well, first of all I would replace this stuff gi(number) with this:
pawn Код:
new gi[6][15];
Usage:
pawn Код:
if(gitem1[playerid] == 1){ gi[1]="Phone"; }
Anyway, the reason it won't show up is because the Cart Checkout dialog is ID 70, and you make it check at OnDialogResponse for dialog ID 435, which should be 70.

Also, do the same for your gitem. It's a lot better.
Also, to make string1,2,3,4,5 in one string, you could do that simply by using something like:
pawn Код:
format(string, sizeof(string), "Blabla \
Blablabla \
Blablablabla \
Blablabla \
Bliblablo"
);
If it doesn't work, try something like:
pawn Код:
new string[] = "Blabla \
Blablabla \
Blablablabla \
Blablabla \
Bliblablo"
;
etc
Reply


Messages In This Thread
Silly and easy question.Urgently please - by SkizzoTrick - 22.03.2011, 14:34
Re: Silly and easy question.Urgently please - by Biesmen - 22.03.2011, 14:42
Re: Silly and easy question.Urgently please - by Norck - 22.03.2011, 14:42
Re: Silly and easy question.Urgently please - by Biesmen - 22.03.2011, 14:45
Re: Silly and easy question.Urgently please - by Zh3r0 - 22.03.2011, 14:46
Re: Silly and easy question.Urgently please - by SkizzoTrick - 22.03.2011, 14:48
Re: Silly and easy question.Urgently please - by -Rebel Son- - 22.03.2011, 16:17
Re: Silly and easy question.Urgently please - by Zh3r0 - 22.03.2011, 16:27

Forum Jump:


Users browsing this thread: 5 Guest(s)