Quote:
Originally Posted by NiHiLaNTh
abdul, I didnt said that I'm better than you.Just I know some things that you maybe dont know, but there are things that you know/understand and I not(Like those ArrayG[s]etCell / String etc.)
And I'm using AMXX Studio
|
1- your scripting style rocks
2- If you use amxx studio then can you tell me how do you get this effect
for example if i make a plugin it looks like this:
if (is_user_alive(id) && zp_get_user_zombie(id))
But if u make a plugin then its very neat and it looks like this:
if ( is_user_alive( id ) && zp_get_user_zombie( id ) )
See the difference..?
__________________