Thanks for the reply Yami. I have the code, but it won't pin point the person who triggered the event.
PHP Code:
/* id = player who captured the enemy (iFlagTeam) flag */
new cmd[129]
format(cmd,128, "amx_gungame_level id +1");
server_cmd(cmd);
I have tried it with other options for cvar like @ALL, @TERRORIST and @CT, but I need to pin point that specific player, who triggered the event. Upon the event trigger, I get this.
Quote:
|
Client with that name or userid not found
|