Posts: 133
Threads: 26
Joined: Dec 2010
Reputation:
0
you created a stock or a forward and next you didn't call it the right way. Post the whole code.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
That your public differs from your forward or native.
Posts: 704
Threads: 118
Joined: Sep 2010
Reputation:
0
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