easy question pls help !
#3

Quote:
Originally Posted by Prokill911
Посмотреть сообщение
Uh, I don't read arabic so dont know what that message says...
BUT..
.
Looking at it..
I'd guess it's saying "Not enough money"
So if the users money is lower than 100,000...
It sends the msg

Код:
if(UserGameData[playerid][Money] < 100000) return SendClientMessage(playerid, -1, "{FF0000}!($100"); <-----
Change the above code to the code below.

PHP код:
if(UserGameData[playerid][Money] < 100) return SendClientMessage(playerid, -1"{FF0000}!($100"); <----- 
no bro i cut the message because its was too long .. it was "you dont have enough money 100,000)
so its not the problem i set 1 M to my player and even that..
Reply


Messages In This Thread
easy question pls help ! - by noamch1997 - 11.07.2015, 06:33
Re: easy question pls help ! - by Prokill911 - 11.07.2015, 06:36
Re: easy question pls help ! - by noamch1997 - 11.07.2015, 06:43

Forum Jump:


Users browsing this thread: 4 Guest(s)