variable
Hi all...
How to set value for variable from other *.amxx ? For ex. I have: 1.sma: PHP Code:
PHP Code:
|
Re: variable
cvars.
EDIT: Code:
Code:
|
Re: variable
Very big thank you man!
But if I have array new test[5] test[0] = 1 test[1] = 2 etc client_print(id,print_chat,test[0]); client_print(id,print_chat,test[1]) etc ...how this make? it will many args:'i' test[i]... |
Re: variable
you could make some kinda break char and break the string to 5 arrays or something.
string[] = "lol|w/e|and so on|forever" And break them at that '|' to separate them. EDIT: For example you have this string Code:
Code:
Code:
|
Re: variable
I Have file with text:
195.58.237.246 62.221.39.111 plug read this and function explode(): PHP Code:
195:58:237:246 625:221:397:111 |
Re: variable
I dont know why it work os, but I fix it
Code:
|
Re: variable
Quote:
|
| All times are GMT -4. The time now is 20:16. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.