30.08.2010, 05:22
Quote:
It's because you're still using Createvehicle with a train ID in it. It's line 378. So just change it to AddStaticVehicle. It should then work properly. If it doesn't, that means you have another one using createvehicle. So just do the same. This is the line you wanna change.
pawn Код:
|
"warning 202: number of arguments does not match definition"
However, when I reloaded the server, the "only create trains with AddStaticVehicle/Ex" message was gone. I then connected and everything seems to work fine. Should I just disregard the warning? Or... should I do something?
Btw, thanks to everyone who has replied to my query.