19.08.2017, 09:07
Hi,
When i create variable for example in function
So anystringgg is automatic destroyed after function ends?
When i create variable for example in function
Код:
stock anyfunctioname() { new anystringgg[ 100 ]; format( anystringgg, 99,"blablabla"); SendClientMessageToAll(-1, anystringgg ); }