Raised This Month: $ Target: $400
 0% 

The DAmn amx mod X plugins


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
FR0NTLINE
AlliedModders Donor
Join Date: Apr 2006
Location: Riverside Cali
Old 04-09-2006 , 01:50  
Reply With Quote #6

I mean is it possible to put in my own guns in my server through smart ftp I don't even know where to paste all that stuff i've been reading

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <cstrike>
#include <engine>

// If the user that picked up the weapon is alive..
entity_set_string(id, EV_SZ_viewmodel, MP5_MODEL_NAME)
// entity_set_string(id, EV_SZ_weaponmodel, MP5_MODEL_NAME)
new iCurrent
iCurrent = find_ent_by_class(-1,"weapon_mp5navy")

while(iCurrent != -1) {
iCurrent = find_ent_by_class(iCurrent,"weapon_mp5navy")
}
return PLUGIN_HANDLED
}

WHERE THE HELL DOES THIS CRAPOLA GO !!!!!
__________________
FR0NTLINE is offline
Send a message via AIM to FR0NTLINE Send a message via MSN to FR0NTLINE Send a message via Yahoo to FR0NTLINE
 



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 16:32.


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