15.08.2012, 19:27
I know C++ Basics, but I still cannot fully understand the way to make a plugin.
Pretty Much what I cannot understand is how to make something like this
Normally from what I know in C++ You could make a function like this
After scrolling some plugins I have noticed some strange statements like " CHECK_PARAMS ".
And I was wondering if there is somewhere where you can actually learn developing plugins using the Samp Development Kit ( SDK ).
Thanks.
Pretty Much what I cannot understand is how to make something like this
pawn Code:
SetPlayerMode(playerid, mode)
Code:
int SetPlayerMode(int playerid, int mode) { // Code here }
And I was wondering if there is somewhere where you can actually learn developing plugins using the Samp Development Kit ( SDK ).
Thanks.