House Question
#1

Hey , how can I make the houses price in coins , not in score ?
Reply
#2

Up
Reply
#3

Reply
#4

pawn Код:
if(GetPlayerMoney(playerid) <50000) //u can edit this to the price u want
        return SendClientMessage(playerid, COLOR_RED2, "* You dont have enough money to buy this House*");
GivePlayerMoney(playerid, -50000); // -50000 - will take your money 50k
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)