14.04.2012, 18:19
(
Last edited by zgintasz; 14/04/2012 at 07:07 PM.
)
Nice tutorial, but I'm getting this error:
What I have to do?
EDIT:
fixed, i've put
over the projectNatives...
Nice tutorial . I think you should make a tutorial how to use sampGDK.
Code:
error C2065: 'YourNativeNameHere' : undeclared identifier
EDIT:
fixed, i've put
Code:
static cell AMX_NATIVE_CALL YourNativeNameHere(AMX *amx, cell *params) { logprintf("I haz made my first plugin!! :)"); // Your codes go in here return 1; // Change the return value if need }
Nice tutorial . I think you should make a tutorial how to use sampGDK.