Raised This Month: $ Target: $400
 0% 

surf vip plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tovi
New Member
Join Date: Oct 2010
Old 10-06-2010 , 04:35   surf vip plugin
Reply With Quote #1

Hey, I have problem with surf vip plugin. Players dont receive a jetpack and parachute.

Code:
public give_stuff(id)
{
if(!is_user_connected(id))
return;

set_user_health(id, 150);
set_user_armor(id, 100);
give_item(id, "item_kevlar");
give_item(id, "item_assaultsuit");
give_item(id, "surfjetpack");
give_item(id, "Parachute");
give_item(id, "hegranade");
client_print(id, print_chat, "[VIP] Tu esi VIP ir gavai: 150HP, 100AP.")
}
All another items is ok. But parachute and jetpack doesnt work. Whats wrong??

I'm using

https://forums.alliedmods.net/showthread.php?t=44484 jetpack

and

http://forums.alliedmods.net/showthread.php?t=49694 parachute.


Please help me !
tovi is offline
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 10-06-2010 , 05:35   Re: surf vip plugin
Reply With Quote #2

PHP Code:
give_item(id"surfjetpack");
give_item(id"Parachute"); 
those dont exsist in the items.
__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave is offline
tovi
New Member
Join Date: Oct 2010
Old 10-06-2010 , 14:02   Re: surf vip plugin
Reply With Quote #3

So what i have to put there?
tovi is offline
Reply


Thread Tools
Display Modes

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 10:21.


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