Checking a player's value?
#1

For example, let's say a person has 0 bombs.
How can I check it, how would it work with if?
Reply
#2

pawn Код:
//It's a example
if(PlayerInfo[playerid][pBombs] == 0) return SendClientMessage(playerid, - 1,"You got 0 bombs.");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)