Raised This Month: $ Target: $400
 0% 

CSW_


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
wayville
Member
Join Date: Aug 2005
Location: Liverpool!!, UK!!
Old 07-09-2006 , 10:49   CSW_
Reply With Quote #1

i need the names of the grenades that you you put after

"CSW_"

i know the rest i just need the grenades

CSW_AK47
CSW_M4A1

like that but for grenades

i need all 3 plz
__________________


wayville is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 07-09-2006 , 11:19   Re: CSW_
Reply With Quote #2

look in the include files or in the wiki

amxconst.inc
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
ahmadgbg
Junior Member
Join Date: Mar 2005
Old 10-21-2006 , 14:34   Re: CSW_
Reply With Quote #3

CSW_FLASHBANG, CSW_SMOKEGRENADE, CSW_HEGRENADE
ahmadgbg is offline
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 10-21-2006 , 15:09   Re: CSW_
Reply With Quote #4

If your using the correct includes and amxx studio....typing csw will show you all the csw constants available.
organizedKaoS is offline
anssik
Senior Member
Join Date: May 2006
Location: Suomi Finland Perkele
Old 10-21-2006 , 16:24   Re: CSW_
Reply With Quote #5

Well, I do all my plugins in notepad lol. Really.
__________________
anssik is offline
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 10-22-2006 , 06:51   Re: CSW_
Reply With Quote #6

Quote:
Originally Posted by anssik View Post
Well, I do all my plugins in notepad lol. Really.
Don't.
[ --<-@ ] Black Rose is offline
Nostrodamous
BANNED
Join Date: Oct 2006
Old 10-22-2006 , 10:39   Re: CSW_
Reply With Quote #7

hmm . apernelty our friend here is allergic to the search button . so here is the list
Code:
        Index Name      Number            Ammo                       Weapon              Clips
CSW_P228           1          give_item(id,"ammo_357sig")       give_item(id, "weapon_p228")  CLIP SIZE/BP SIZE: 13/52
==================================================================================================================================
CSW_SCOUT          3          give_item(id,"ammo_762nato")      give_item(id, "weapon_scout")  CLIP SIZE/BP SIZE: 10/90
==================================================================================================================================
CSW_XM1014         5          give_item(id,"weapon_buckshot")     give_item(id, "weapon_xm1014")  CLIP SIZE/BP SIZE: 7/32
==================================================================================================================================
CSW_MAC10          7          give_item(id,"ammo_45acp")        give_item(id, "weapon_mac10")  CLIP SIZE/BP SIZE: 30/100
==================================================================================================================================
CSW_AUG            8          give_item(id,"ammo_556nato")      give_item(id, "weapon_aug")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_ELITE          10         give_item(id,"ammo_9mm")          give_item(id, "weapon_elite")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_FIVESEVEN      11         give_item(id,"ammo_57mm")         give_item(id, "weapon_fiveseven") CLIP SIZE/BP SIZE: 20/100
==================================================================================================================================
CSW_UMP45          12         give_item(id,"ammo_45acp")        give_item(id, "weapon_ump45")  CLIP SIZE/BP SIZE: 25/100
==================================================================================================================================
CSW_SG550          13         give_item(id,"ammo_556nato")      give_item(id, "weapon_sg550")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_GALI           14         give_item(id,"ammo_556nato")      give_item(id, "weapon_gali")  CLIP SIZE/BP SIZE: 35/90
==================================================================================================================================
CSW_FAMAS          15         give_item(id,"ammo_556nato")      give_item(id, "weapon_famas")  CLIP SIZE/BP SIZE: 25/90
==================================================================================================================================
CSW_USP            16         give_item(id,"ammo_45acp")        give_item(id, "weapon_usp")  CLIP SIZE/BP SIZE: 12/100
==================================================================================================================================
CSW_GLOCK18        17         give_item(id,"ammo_9mm")          give_item(id, "weapon_glock18")  CLIP SIZE/BP SIZE: 20/120 
==================================================================================================================================
CSW_AWP            18         give_item(id,"ammo_338magnum")    give_item(id, "weapon_awp")  CLIP SIZE/BP SIZE: 10/30
==================================================================================================================================
CSW_MP5NAVY        19         give_item(id,"ammo_9mm")          give_item(id, "weapon_mp5navy")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_M249           20         give_item(id,"ammo_556nato")      give_item(id, "weapon_m249")  CLIP SIZE/BP SIZE: 100/200
==================================================================================================================================
CSW_M3             21         give_item(id,"weapon_m3")         give_item(id, "ammo_buckshot")  CLIP SIZE/BP SIZE: 8/32
==================================================================================================================================
CSW_M4A1           22         give_item(id,"ammo_556nato")      give_item(id, "weapon_m4a1")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_TMP            23         give_item(id,"ammo_9mm")          give_item(id, "weapon_tmp")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_G3SG1          24         give_item(id,"ammo_762nato")      give_item(id, "weapon_g3sg1")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_DEAGLE         26         give_item(id,"ammo_50ae")         give_item(id, "weapon_deagle")  CLIP SIZE/BP SIZE: 7/35
==================================================================================================================================
CSW_SG552          27         give_item(id,"ammo_556nato")      give_item(id, "weapon_sg552")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_AK47           28         give_item(id,"ammo_762nato")      give_item(id, "weapon_ak47")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_P90            30         give_item(id,"ammo_57mm")         give_item(id, "weapon_p90")  CLIP SIZE/BP SIZE: 50/100
==================================================================================================================================
DEFUSE KIT        31          give_item(id, "item_thighpack")                                                                         
__________________________________________________________________________________________________________________________________
Armor                     32          give_item(id, "item_assaultsui")                
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_HEGRENADE       
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_FLASHBANG
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_SMOKEGRENADE 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
hope this helps

Last edited by Nostrodamous; 10-22-2006 at 10:42.
Nostrodamous is offline
organizedKaoS
Senior Member
Join Date: Feb 2006
Old 10-22-2006 , 12:39   Re: CSW_
Reply With Quote #8

Quote:
Originally Posted by Nostrodamous View Post
hmm . apernelty our friend here is allergic to the search button . so here is the list
Code:
        Index Name      Number            Ammo                       Weapon              Clips
CSW_P228           1          give_item(id,"ammo_357sig")       give_item(id, "weapon_p228")  CLIP SIZE/BP SIZE: 13/52
==================================================================================================================================
CSW_SCOUT          3          give_item(id,"ammo_762nato")      give_item(id, "weapon_scout")  CLIP SIZE/BP SIZE: 10/90
==================================================================================================================================
CSW_XM1014         5          give_item(id,"weapon_buckshot")     give_item(id, "weapon_xm1014")  CLIP SIZE/BP SIZE: 7/32
==================================================================================================================================
CSW_MAC10          7          give_item(id,"ammo_45acp")        give_item(id, "weapon_mac10")  CLIP SIZE/BP SIZE: 30/100
==================================================================================================================================
CSW_AUG            8          give_item(id,"ammo_556nato")      give_item(id, "weapon_aug")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_ELITE          10         give_item(id,"ammo_9mm")          give_item(id, "weapon_elite")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_FIVESEVEN      11         give_item(id,"ammo_57mm")         give_item(id, "weapon_fiveseven") CLIP SIZE/BP SIZE: 20/100
==================================================================================================================================
CSW_UMP45          12         give_item(id,"ammo_45acp")        give_item(id, "weapon_ump45")  CLIP SIZE/BP SIZE: 25/100
==================================================================================================================================
CSW_SG550          13         give_item(id,"ammo_556nato")      give_item(id, "weapon_sg550")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_GALI           14         give_item(id,"ammo_556nato")      give_item(id, "weapon_gali")  CLIP SIZE/BP SIZE: 35/90
==================================================================================================================================
CSW_FAMAS          15         give_item(id,"ammo_556nato")      give_item(id, "weapon_famas")  CLIP SIZE/BP SIZE: 25/90
==================================================================================================================================
CSW_USP            16         give_item(id,"ammo_45acp")        give_item(id, "weapon_usp")  CLIP SIZE/BP SIZE: 12/100
==================================================================================================================================
CSW_GLOCK18        17         give_item(id,"ammo_9mm")          give_item(id, "weapon_glock18")  CLIP SIZE/BP SIZE: 20/120 
==================================================================================================================================
CSW_AWP            18         give_item(id,"ammo_338magnum")    give_item(id, "weapon_awp")  CLIP SIZE/BP SIZE: 10/30
==================================================================================================================================
CSW_MP5NAVY        19         give_item(id,"ammo_9mm")          give_item(id, "weapon_mp5navy")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_M249           20         give_item(id,"ammo_556nato")      give_item(id, "weapon_m249")  CLIP SIZE/BP SIZE: 100/200
==================================================================================================================================
CSW_M3             21         give_item(id,"weapon_m3")         give_item(id, "ammo_buckshot")  CLIP SIZE/BP SIZE: 8/32
==================================================================================================================================
CSW_M4A1           22         give_item(id,"ammo_556nato")      give_item(id, "weapon_m4a1")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_TMP            23         give_item(id,"ammo_9mm")          give_item(id, "weapon_tmp")  CLIP SIZE/BP SIZE: 30/120
==================================================================================================================================
CSW_G3SG1          24         give_item(id,"ammo_762nato")      give_item(id, "weapon_g3sg1")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_DEAGLE         26         give_item(id,"ammo_50ae")         give_item(id, "weapon_deagle")  CLIP SIZE/BP SIZE: 7/35
==================================================================================================================================
CSW_SG552          27         give_item(id,"ammo_556nato")      give_item(id, "weapon_sg552")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_AK47           28         give_item(id,"ammo_762nato")      give_item(id, "weapon_ak47")  CLIP SIZE/BP SIZE: 30/90
==================================================================================================================================
CSW_P90            30         give_item(id,"ammo_57mm")         give_item(id, "weapon_p90")  CLIP SIZE/BP SIZE: 50/100
==================================================================================================================================
DEFUSE KIT        31          give_item(id, "item_thighpack")                                                                         
__________________________________________________________________________________________________________________________________
Armor                     32          give_item(id, "item_assaultsui")                
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_HEGRENADE       
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_FLASHBANG
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
CSW_SMOKEGRENADE 
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
hope this helps
Its not being afraid of the search button....its knowing where to look. Like I said earlier...if your using the correct includes and amxx studio, typing csw will give you all the csw constants available to use.

Either that or read the includes.

Notepad or amxx studio, either way your still using the includes which you should obviously have if you are writing plugins.
organizedKaoS is offline
Reply



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 08:02.


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