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

[CSS]scoreboard levels?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Deven
AlliedModders Donor
Join Date: Jun 2009
Old 12-10-2014 , 06:11   [CSS]scoreboard levels?
Reply With Quote #1

I want to add this into the rpg plugin i run on my server how would i add something like this?


Last edited by Deven; 12-10-2014 at 18:36.
Deven is offline
Oshizu
Veteran Member
Join Date: Nov 2012
Location: Warsaw
Old 12-11-2014 , 15:05   Re: [CSS]scoreboard levels?
Reply With Quote #2

Perhaps those stocks could help you:
PHP Code:
 
/**
 * Gets a clients clan tag
 * @param client        Client index to get clan tag for.
 * @param buffer        Buffer to store clients clan tag in.
 * @param size            Size of the buffer.
 * @return                Number of non-null bytes written.
 *
 * @error                Invalid client.
 */
native CS_GetClientClanTag(clientString:buffer[], size);

/**
 * Sets a clients clan tag
 * @param client        Client index to set clan tag for.
 * @param tag            Tag to set clients clan tag as.
 * @noreturn
 *
 * @error                Invalid client.
 */
native CS_SetClientClanTag(client, const String:tag[]); 
__________________
...
Oshizu 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 13:30.


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