23.07.2013, 13:25
Hi boys.
Ok, so I downloaded sscanf.dll & sscanf2.inc and i put .dll in plugins (and server.cfg), and .inc in includes and i've written in gamemode "#include <sscanf2>" but i've got this error:
I need sscanf for this line:
Help!
Ok, so I downloaded sscanf.dll & sscanf2.inc and i put .dll in plugins (and server.cfg), and .inc in includes and i've written in gamemode "#include <sscanf2>" but i've got this error:
Код:
cannot read from file: "sscanf2"
I need sscanf for this line:
Код:
if(sscanf(params, "iiii", VehicleModel, Color1, Color2, Price)) return SendClientMessage(playerid, -1, "Type: /newbuycar [Model] [Color1] [Color2] [Price]");