Raised This Month: $ Target: $400
 0% 

What's wrong with this code?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Jenkins
AlliedModders Donor
Join Date: Jul 2011
Old 09-30-2011 , 08:16   Re: What's wrong with this code?
Reply With Quote #2

try this:
Code:
public client_authorized(id)
{
 set_task(60.0, "PrintText")
}
public PrintText(id)
{
 client_print(id, print_chat, "[VIP] Write /wantvip and u will see VIP privilegies and hot to get VIP.")
}
if it doesnt work try using colorchat:
Code:
public client_authorized(id)
{
 set_task(60.0, "PrintText")
}
public PrintText(id)
{
 ColorChat(id, GREY, "[VIP] Write /wantvip and u will see VIP privileges and how to get the VIP."
}

Last edited by Jenkins; 09-30-2011 at 08:16. Reason: .
Jenkins 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 19:34.


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