Raised This Month: $ Target: $400
 0% 

Knife Shop Menu


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
LearninG
Senior Member
Join Date: Apr 2019
Location: Iran
Old 09-09-2019 , 07:01   Re: Knife Shop Menu
Reply With Quote #1

for 1 bullet guns :
Code:
new wpn = give_item(id, "weapon_) if(wpn) {     cs_set_weapon_ammo( wpn, 1) }
for 5 sec god mode , speed , etc...
Code:
set_task(5.0,"some_func",id) public some_func(id) {     // reset user speed , god mode , invis , etc... }

Last edited by LearninG; 09-09-2019 at 07:02.
LearninG is offline
SHIELD755
Veteran Member
Join Date: Feb 2018
Location: FROM MARVEL STUDIO
Old 09-09-2019 , 08:46   Re: Knife Shop Menu
Reply With Quote #2

Quote:
Originally Posted by LearninG View Post
for 1 bullet guns :
Code:
new wpn = give_item(id, "weapon_) if(wpn) {     cs_set_weapon_ammo( wpn, 1) }
for 5 sec god mode , speed , etc...
Code:
set_task(5.0,"some_func",id) public some_func(id) {     // reset user speed , god mode , invis , etc... }
PHP Code:
new wpn give_item(id"weapon_"///// You missed ' " '
if(wpn)
{
    
cs_set_weapon_ammowpn1)

__________________
SED LYF !!!
SHIELD755 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 17:19.


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