1) You should use the maximum number for the array so you are safe. You don't know maybe the path be higher than this or lower anyway we always use max. 2) This can't be for ZP TEAM so not need to define. 3) Same As 1. (Note that may be player that it's name 32 Character so in this case it will return error). 4) I agree and i removed it. 5) I agree as i think in zp_ Checks functions they check first if he connected or not so it's useless to check again.
New Version and Now the latest it's: 1.3 -Report any problem if you find. -You have new idea just post it.
1) I agree, it was my mistake 2) right, forgot it's a human extra item 3) It's not meant to be 32, all names are like 8-10 characters. so if not 16 , 22 would be fine.
hmm, Player can make his name up to 32 character. "123456789 123456789 123456789 12" This string 32 character and it's maximum mean if some player made his name more than 32 character the characters higher won't be shown. So if i agree with you to make them 16 or 22 ok but you sure that all player will be lower than them? So we always make max for security reasons.
teNsk- , I'll use these model in the first release of Fire M4A1. Note that this Fire M4A1 is just a test not a version. When i release it it will be all problems fixed but i have no enough time nowadays to continue.
Raheem, this is totally wrong. You should never check on Round Start, It's called only one time, What if someone joins the server later? He will have Frost M4A1. Use Ham_spawn in Pre. public event_round_start() { for (new i = 1; i <= g_iMaxPlayers; i++) { if (g_ForstM4A1[i]) { g_ForstM4A1[i] = false } if(g_FrozeN[i]) { g_FrozeN[i] = false } } } 2. This is useless, use colorchat inc. stock ColorPrint( const id, const input[], any: ... ) { new count = 1, players[32]; static msg[191]; vformat( msg, 190, input, 3 );
@he@DSHOT Abed, It's working but sometimes MediaFire make the link Ads. I'll change MediaFire Soon as this is annoying.
@donii,
1-You may don't understand it well. This mean that this item for 1 round only and if someone re-connect he is not have by default he should buy it first. Try test to understand what i said but this is always done if we need this item to be 1 round only.
2-I prefer Stock than external includes as some noobs may face problems while compile it to amxx. And yes include is more powerful but stock is still nice.
Raheem Nice Sharing Please make more extra item like this and more better about new link i suggest to you sendspace.com
When i get time i'll try help also i'am not like Zombie Plague so much so most things i do for ZE. I'll try SendSpace and if it's nice i'll upload my files to it better than this mediafire.
@he@DSHOT Abed, It's working but sometimes MediaFire make the link Ads. I'll change MediaFire Soon as this is annoying.
@donii,
1-You may don't understand it well. This mean that this item for 1 round only and if someone re-connect he is not have by default he should buy it first. Try test to understand what i said but this is always done if we need this item to be 1 round only.
2-I prefer Stock than external includes as some noobs may face problems while compile it to amxx. And yes include is more powerful but stock is still nice.