/withdraw command
#8

Quote:
Originally Posted by Donvalley
Посмотреть сообщение
pawn Код:
if(!IsPlayerInRangeOfPoint(2.5,5,2316.6189,-10.1248,26.7422) return SendClientMessage(playerid,0xCCCCCCAA,"You're not at bank.");
got tag mismatch, expected token: ")", but found "return"
Change it to this:

pawn Код:
if(!IsPlayerInRangeOfPoint(2.5,5,2316.6189,-10.1248,26.7422)) return SendClientMessage(playerid,0xCCCCCCAA,"You're not at bank.");
You forgot an extra parenthesis before 'return'.
Reply


Messages In This Thread
/withdraw command - by Donvalley - 15.06.2013, 10:14
Re: /withdraw command - by LilBob - 15.06.2013, 14:00
Re: /withdraw command - by Red_Dragon. - 15.06.2013, 14:03
Re: /withdraw command - by Donvalley - 15.06.2013, 14:59
Re: /withdraw command - by LilBob - 15.06.2013, 15:55
Re: /withdraw command - by Goldilox - 15.06.2013, 16:11
Re: /withdraw command - by Donvalley - 15.06.2013, 22:16
Re: /withdraw command - by JJB562 - 15.06.2013, 22:18
Re: /withdraw command - by Donvalley - 15.06.2013, 22:30
Re: /withdraw command - by Donvalley - 15.06.2013, 22:47

Forum Jump:


Users browsing this thread: 1 Guest(s)