01.12.2011, 15:53
Hey guys i'm making a command to create a business. For some reason though when typing the Name of the business... depending on what 'Category' I put it under.. it changes the 2nd character of the name.. any ideas?
Here is the code that is making it do that, I just can't figure out what part.
Any ideas? Thanks
Here is the code that is making it do that, I just can't figure out what part.
pawn Код:
if(sscanf(params,"sii", BuzName, BuzCategory, BusPrice)) return SendClientMessage(playerid,-1,"USAGE: /createbus <Category 1-5> <price> <Name>");
format(BusInfo[id][BusName], 24, BuzName);
dini_Set(File2, "BusName", BusInfo[id][BusName]);