COMMAND NOT WORKING...
#1

i've got this code and it's only showing me the bottom line only..
how can i see all the lines setted?.. thank you..

pawn Код:
new STOREMENUTEXT1[1024];
    format(string, sizeof(string),"Cell Phone (Cost: $%d)\nItem Removed (Cost: $0)\nPhone Book (Cost: $%d)\n",phonecost,phonebookcost);
    format(string, sizeof(string),"Item Removed (Cost: $0)\nItem Removed (Cost: $0)\nItem Removed (Cost: $0)\n",bottlecost,condomcost);
    format(string, sizeof(string),"Water Bottle (Cost: $%d)\nCondom (Cost: $%d)\nItem Removed (Cost: $0)\n",string);
    format(string, sizeof(string),"Frozen Chicken (Cost: $%d)\nFrozen Hamburger (Cost: $%d)\nFrozen Pizza (Cost: $%d)\nGPS Software (Cost: $%d)\n",string);
    format(string, sizeof(string),"Pack of Cigarettes(X20)(X20) (Cost: $%d)\nItem Removed (Cost: $0)\nRope (Cost: $%d)\nCutter (Cost: $%d)\n",chickencost,hamburgercost,pizzacost,gpscost,cigarettescost,ropecost,cuttercost);
    format(string, sizeof(string),"Jar of Cookies (Cost: $%d)\nItem Removed (Cost: $0)\nItem Removed (Cost: $0)",cookiescost);
    strmid(STOREMENUTEXT1,string,0,strlen(string),255);
Reply


Messages In This Thread
COMMAND NOT WORKING... - by FujiNNN - 29.10.2010, 01:36
Re: COMMAND NOT WORKING... - by FujiNNN - 29.10.2010, 02:00
Re: COMMAND NOT WORKING... - by FujiNNN - 29.10.2010, 14:16
Re: COMMAND NOT WORKING... - by iJumbo - 29.10.2010, 15:23
Re: COMMAND NOT WORKING... - by FujiNNN - 29.10.2010, 18:23
Re: COMMAND NOT WORKING... - by iJumbo - 29.10.2010, 18:55
Re: COMMAND NOT WORKING... - by FujiNNN - 29.10.2010, 19:18
Re: COMMAND NOT WORKING... - by FujiNNN - 30.10.2010, 03:10
Re: COMMAND NOT WORKING... - by Miguel - 30.10.2010, 03:15
Re: COMMAND NOT WORKING... - by FujiNNN - 30.10.2010, 14:53

Forum Jump:


Users browsing this thread: 1 Guest(s)