18.07.2011, 17:08
Well it seems that the source script of the bot (the script in the npcmodes folder) is not even running?
Does not display..
Not getting called...(or any other callback)
What is happening and how can I fix this? Thanks.
(and yes I am using ConnectNPC correctly)
Код:
main(){ print("hey"); }
Код:
public OnNPCEnterVehicle(vehicleid, seatid)
What is happening and how can I fix this? Thanks.
(and yes I am using ConnectNPC correctly)