Personal Message Command
#8

Quote:
Originally Posted by [SU
BP13 ]
Quote:
Originally Posted by dice7
You're still trying to access an array index with a string
Sorry about that dice7. I forgot to update the code. Take a look now.
Change NOPM to bool or change:
pawn Код:
if(NOPM[id] == true)
to:
pawn Код:
if(NOPM[id] == 1)
and:
pawn Код:
if(NOPM[id] == false)
to:
pawn Код:
if(NOPM[id] == 0)
Reply


Messages In This Thread
Personal Message Command - by BP13 - 21.12.2009, 19:53
Re: Personal Message Command - by Niixie - 21.12.2009, 19:54
Re: Personal Message Command - by BP13 - 21.12.2009, 19:59
Re: Personal Message Command - by dice7 - 21.12.2009, 20:00
Re: Personal Message Command - by BP13 - 21.12.2009, 20:02
Re: Personal Message Command - by dice7 - 21.12.2009, 20:08
Re: Personal Message Command - by BP13 - 21.12.2009, 20:12
Re: Personal Message Command - by Correlli - 21.12.2009, 20:14
Re: Personal Message Command - by BP13 - 21.12.2009, 22:36
Re: Personal Message Command - by BP13 - 21.12.2009, 23:06

Forum Jump:


Users browsing this thread: 4 Guest(s)