13.06.2017, 11:31
How does OnPlayerPrepareDeath work? Can anyone give an example of some sort. I am using weapon-config.
Errors:
PHP Code:
public OnPlayerPrepareDeath(playerid, animlib[32], animname[32], &anim_lock, &respawn_time);
{
return 1;
}
PHP Code:
C:\Users\Austin\Desktop\Small-County-RP-Release\pawno\include\weapon-config.inc(4836) : error 004: function "WC_OnPlayerPrepareDeath" is not implemented
C:\Users\Austin\Desktop\skrt\gamemodes\SCRP-R39.pwn(1274) : error 055: start of function body without function header
C:\Users\Austin\Desktop\skrt\gamemodes\SCRP-R39.pwn(1275) : error 010: invalid function or declaration