How would i call this?.
#1

Hey there, I'm just wondering is there a way to call this that i have

Код:
public DMLeave(playerid)
{
  ResetPlayerWeapons(playerid);
  DMZone[playerid] = 0;
}
how would i call this?
Reply
#2

IsPlayerInArea I suppose.
Reply
#3

That callback wouldn't work anyway.
You have the playerid parameter inside the callback, which isn't defined in the callback header.
Reply
#4

Sorry forgot that it works, What i mean is how would i call it within a command like call that.
Reply
#5

DMLeave(playerid);
Reply
#6

Thanks a bunch dude
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)