View Single Post
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 10-03-2012 , 12:24   Re: Stack error.
Reply With Quote #6

Quote:
Originally Posted by OvidiuS View Post
Dude, remove that line from your plugin.
You still have it in:
Code:
public c4Dropped(iPlayer) {     if(get_pcvar_num(pcvar)) {         new fwd = register_forward(FM_SetModel, "C4_Drop_SetModel", true);         engclient_cmd(iPlayer, "drop", "weapon_c4");         unregister_forward(FM_SetModel, fwd, true);     } }
I already removed and tested. I only put that line for post the plugin.
__________________
kramesa is offline