Raised This Month: $ Target: $400
 0% 

Amxx Plugin menu for fun pratice..


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 10-13-2006 , 20:20   Re: Amxx Plugin menu for fun pratice..
Reply With Quote #5

Code:
set_user_rendering(index, kRenderFxGlowShell, 0, 0, 0, kRenderTransAlpha, 0)
0 invisible - 255 visible

set_user_godmode() is by deafult 0 making the case 2 & 3 having the same effect.

change the client_print() on case 2 & 3
("Vous avez le godmode maintenant" & "Vous n'avez plus le godmode" ? )

for case 6 & 7
Code:
set_user_noclip(id, 1) client_print(id, "Vous pouvez maintenant marcher par des murs") // ??

Code:
set_user_noclip(id, 0) client_print(id, "Vous pouvez plus ne marcher par des murs") // ??

Last edited by [ --<-@ ] Black Rose; 10-13-2006 at 20:41.
[ --<-@ ] Black Rose is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:44.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode