View Single Post
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 05-03-2016 , 19:08   Re: [EDIT] Make SHOP whit ammo packs
Reply With Quote #4

Search for nVault tutorial by Bugsy
and for see your points, add:

plugin_init ->
PHP Code:
register_clcmd("say /points","ShowPoints"
PHP Code:
public ShowPoints(id)
{
    
client_print(id,print_chat,"[AMXX]: You have %d points",iPoints[id]) // %d for numbers and %s for names)
    
return PLUGIN_HANDLED // Remove the /points from the chat

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 05-03-2016 at 19:08.
EFFx is offline