So, as I'm sitting here customizing xPaw's HnS Shop to fit my server's needs, I came across this, and I'm unsure of what I should put in here.
Code:
// Pcvars
new plugin_on, silentcost, stealthcost, noflashcost, hpcost, armorcost, grenadecost, awpcost, speedcost, godmodecost;
new allowsilent, allowstealth, allownoflash, allowhp, allowarmor, allowgrenade, allowawp, allowspeed, allowgodmode;
new usersilent[33], userstealth[33], usernoflash[33], userhp[33], userarmor[33], usergrenade[33], userawp[33], userspeed[33];
new hpcvar, armorcvar, menu, hasspeed[33], hassilent[33], gotgodmode[33], hasgodmode[33], mess[33], mess2[33];
new g_msgScreenFade, g_msgMoney, grenade[32], EDITEDITEDITEDIT last;
What I'm trying to do is implement an AWP in the plugin, and remove the gravity optio. I've removed everything to do with gravity. All I need is the pcvar for the awp. I assumed that the awp pcvar should be defined with the grenade, so I put the EDITEDITEDIT next to the grenade. Any help would be appreciated!