View Single Post
Going Dutch
Member
Join Date: Dec 2013
Old 12-30-2013 , 07:21   Re: Action Script for XP Block
Reply With Quote #19

PHP Code:
actionXpblock(idOverrideTimer)
{
    new 
Float:fTime halflife_time();
    if (
fTime >= gfXpBlockNextUse[id] || OverrideTimer)
    {
        if(
cs_get_user_team(id) == CS_TEAM_T)
        {
            
hnsxp_add_user_xp(id40);
            
gfXpBlockNextUse[id] = fTime 170.0;
            
set_hudmessage(gHudRedgHudGreengHudBluegfTextXgfTextYgHudEffectsgfHudFxTimegfHudHoldTimegfHudFadeInTimegfHudFadeOutTimegHudChannel);
            
show_hudmessage(id"YOU EARNED 40 XP!");
        }
    }

This one works too, and doesnt need properties.
__________________
Learning amxx/pawn and all that good stuff.
Going Dutch is offline