Raised This Month: $51 Target: $400
 12% 

Native?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ironskillz1
AlliedModders Donor
Join Date: Jul 2012
Location: Sweden
Old 12-29-2013 , 08:17   Native?
Reply With Quote #1

Okay so i got this native in a vip menu
Code:
new bool:isUserVIP[33]

public plugin_natives()
	register_native("is_user_vip", "_vip_check")

public _vip_check(iPlugin, iParams)
	return isUserVIP[get_param(1)]
It only work if i use it like this in another plugin

Code:
if(is_user_vip(id))
And if i use it like this it doesnt work
Code:
if(!is_user_vip(id))

I would be very happy if anyone know whats wrong becuse i realy need it to work :/
__________________
I have many private and unique plugins for Jailbreak and Hide'N'Seek. PM me for more info.

Pm me.

Check out my roulette site.

Last edited by ironskillz1; 12-29-2013 at 08:18.
ironskillz1 is offline
Send a message via Skype™ to ironskillz1
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 18:21.


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