How to add new item in [enum pInfo]
#1

I want to add pBoxitem how to do??

enum pInfo
{
pBoxitem,
Reply
#2

yes , why don;'t you try before posting? play around and learn on your own mistakes.
Reply
#3

I use
Playerinfo [giveplayerid] [pBoxitem] += 1;

It not work.

Help me
Reply
#4

Quote:
Originally Posted by eixas10
I use
Playerinfo [giveplayerid] [pBoxitem] += 1;

It not work.

Help me
you can just use
Код:
Playerinfo [giveplayerid] [pBoxitem]++;
When it's only 1 you want to add
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)