Raised This Month: $ Target: $400
 0% 

surf vip plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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