Question.
#1

How can I check if someone is trying to use the command on theirself ? Like, how can I do that if someone is trying to pay money to their self they will get a message that tells them they can't give money to theirself ?
Reply
#2

Here u go, just id change to ur sscanf result:

PHP код:
if(playerid == id) return SendClientMessage(playerid,-1,"U cannot give urself money"); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)