08.12.2015, 20:57
Hi!
1. question: What is better to use for this: public or stock? and why you choose that?
2. question: Do i need to put return 1; to all functions on the end, when it do work in that public/stock/function, for ex this public OOCNews...
Thank you!
Код:
public OOCNews(color,const string[]) { foreach(Player, i) { if(gPlayerLogged[i] == 1) { SendClientMessage(i, color, string); } } }
2. question: Do i need to put return 1; to all functions on the end, when it do work in that public/stock/function, for ex this public OOCNews...
Thank you!