02.05.2011, 17:19
For example:
You have created a public:
public Smth( playerid, vehicleid )
and forward:
forward Smth( playerid );
There isnt a 'vehicleid' param in forward, so its will be very same with ur public
You have created a public:
public Smth( playerid, vehicleid )
and forward:
forward Smth( playerid );
There isnt a 'vehicleid' param in forward, so its will be very same with ur public