24.08.2015, 23:40
so if the player have no money send him message (You don't have enough money)
i cant figure it out HaHa ;(
i cant figure it out HaHa ;(
pawn Код:
else if(clickedid == TDEditor_TD[9])
{
//Buy m4
GivePlayerWeapon(playerid,WEAPON_M4,1500);
GivePlayerMoney(playerid,-1800);
SendClientMessage(playerid,0x00FF00,"You Bought M4-A1 with 1500 ammo");
}