29.12.2012, 09:57
Hello! I want to make a /heal command with answering system. So, the medic is offering to heal the player for a sum of money, and the player can accept this offer or not. Well, I don't know how to script this. Can you help me?
SendClientMessage(receiver, COLOR_LIME,"Type /acceptheal to accept this offer!");
PlayerHasHealthOffer[receiver] = 1;
I can't make a new command, because it won't recognize the cost from the /heal command
SendClientMessage(receiver, COLOR_LIME,"Type /acceptheal to accept this offer!");
PlayerHasHealthOffer[receiver] = 1;
I can't make a new command, because it won't recognize the cost from the /heal command
![undecided](images/smilies/neutral.gif)