how to call a ZCMD command with a function
#2

pawn Код:
CallLocalFunction("Test", "i", playerid);

forward Test(playerid);
public Test(playerid)
{
    return cmd_kill(playerid, "");
}
Use your own way to call that function. ( Make sure it passes a playerid parameter! )
Reply


Messages In This Thread
how to call a ZCMD command with a function - by YungGee - 27.02.2011, 06:15
Re: how to call a ZCMD command with a function - by [L3th4l] - 27.02.2011, 06:27

Forum Jump:


Users browsing this thread: 2 Guest(s)