Raised This Month: $ Target: $400
 0% 

amx_fake amx_reveal


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
KRoT@L
Member
Join Date: Aug 2004
Location: http://www.amxmod.net
Old 08-29-2004 , 23:55  
Reply With Quote #3

Code:
cs_set_user_model(uid,"6")
Wrong.
"6" is not a model..., valid models are :
CT models: sas, gign, gsg9, urban
T models: arctic, guerilla, leet, terror

Code:
cs_set_user_model(uid,"gign")
Code:
cs_set_user_model(uid,"leet")

Code:
if (cs_get_user_model(uid,"5",31)) {
Wrong.
cs_get_user_model returns nothing so you can't use it in a if statement

Code:
new player_model[32] cs_get_user_model(uid, player_model, 31) if(containi(player_model, "gign")!=-1){
Use something like that.
KRoT@L 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 17:19.


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