HOW TO REMOVE A TEXTDRAW
#1

Deleted so nabs wont steal
Reply
#2

Use the following variable,
pawn Код:
forward KillingSpree(playerid);
public KillingSpree(playerid)
{
  if(PlayerTotalKills[killerid]>1)
  {
       TextDrawHideForPlayer(killerid, killing);
       return 1;
   }
}
Define killing if its not defined.
Reply
#3

yes you should define killing it seems you have not defined it...
Reply
#4

Now i get
undefined symbol "killerid"
Reply
#5

I told u to define it, do new killerid; at the top of your script.
Reply
#6

https://sampwiki.blast.hk/wiki/SetTimerEx

Quote:
Originally Posted by Laurey
Посмотреть сообщение
I told u to define it, do new killerid; at the top of your script.
Please do not reply is you have no idea what you're talking about. The OP's callback code was correct.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)