Quote:
Originally Posted by Firez
u can actually
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)\n,\ Water 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)\n,\ Rope (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);
|
still...
pawn Код:
D:\SERVER\gamemodes\gf.pwn(12002) : error 075: input line too long (after substitutions)
D:\SERVER\gamemodes\gf.pwn(12003) : error 037: invalid string (possibly non-terminated string)
D:\SERVER\gamemodes\gf.pwn(12003) : error 017: undefined symbol "Cell"
D:\SERVER\gamemodes\gf.pwn(12003) : error 017: undefined symbol "Phone"
D:\SERVER\gamemodes\gf.pwn(12003) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
someone?..