Need help...
#4

Quote:
Originally Posted by playbox12
Посмотреть сообщение
pawn Код:
new str[128];
new Nick[24];
I think that would do the trick
There's absolutely nothing wrong with writing it like he did.
You can do:

pawn Код:
new str[128], Nick[24];

// or

new str[128];
new Nick[24];

// or

new
    str[128],
    Nick[24];
Reply


Messages In This Thread
Need help... - by Libra_PL - 24.08.2010, 14:20
Re: Need help... - by Vince - 24.08.2010, 14:28
Re: Need help... - by playbox12 - 24.08.2010, 14:29
Re: Need help... - by Vince - 24.08.2010, 14:33
Re: Need help... - by playbox12 - 24.08.2010, 14:34
Re: Need help... - by Libra_PL - 24.08.2010, 15:07

Forum Jump:


Users browsing this thread: 2 Guest(s)