27.10.2010, 21:59
what i meant is like.. get 1 long line and make it more smaller and more conformable to use instead of this.. (with errors about: line is to long)
pawn Код:
format(string, sizeof(string),"Cell Phone (Cost: $%d)\nItem Removed (Cost: $0)\nPhone Book (Cost: $%d)\nItem Removed (Cost: $0)\nItem Removed (Cost: $0)\nItem Removed (Cost: $0)\nWater Bottle (Cost: $%d)\nCondom (Cost: $%d)\nItem Removed (Cost: $0)\nFrozen Chicken (Cost: $%d)\nFrozen Hamburger (Cost: $%d)\nFrozen Pizza (Cost: $%d)\nGPS Software (Cost: $%d)\nPack of Cigarettes(X20)(X20) (Cost: $%d)\nItem Removed (Cost: $0)\nRope (Cost: $%d)\nCutter (Cost: $%d)\nJar of Cookies (Cost: $%d)\nItem Removed (Cost: $0)\nItem Removed (Cost: $0)",phonecost,phonebookcost,bottlecost,condomcost,mp3cost,chickencost,hamburgercost,pizzacost,gpscost,cigarettescost,ropecost,cuttercost,cookiescost,fuelcancost);
strmid(STOREMENUTEXT1,string,0,strlen(string),255);