21.04.2012, 09:29
When a player types in 10, he loses 10 scorepoints and gets 5000 bucks. But how to change this thing, that he only could type in numbers? When he types in asdasd, it may get buggy..
if(!isNumeric(inputtext)) return SendClientMessage(playerid,0xFF0000FF,"You can type only numbers!");