Advertisement
Guest User

Untitled

a guest
Dec 6th, 2015
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if( AFKMODE[ playerid ] == true )
  2. {
  3. COUNTAFKTIME[ playerid ] ++;
  4.  
  5. format( STRINGASSA[ playerid ], 15,"AFK %d min",COUNTAFKTIME[ playerid ] );
  6. Update3DTextLabelText(AFKLABELIS[ playerid ],COLOR_GREEN,STRINGASSA[ playerid ]);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement