30.01.2010, 15:05
Right first off no need to get cheeky just as you made another mistake that I didn`t see.
You forget a "," in this line:
if (Amout > udb_UserInt(PlayerName(playerid),"BankMoney"))
Also, as I just noticed - you create Amount as an array allthough you wanna use it for an integer. Remove "[255]".
You forget a "," in this line:
if (Amout > udb_UserInt(PlayerName(playerid),"BankMoney"))
Also, as I just noticed - you create Amount as an array allthough you wanna use it for an integer. Remove "[255]".