View Single Post
  #1  
Old 08-13-2011, 05:46 PM
Gunderak Gunderak is offline
Coder
Gunderak's Avatar
Join Date: Jun 2011
Location: Australia
Posts: 795
Gunderak is on a distinguished road
Custom Name System

vHere is what have been able to come up with, but im still wondering, is there any way to check if the player is staff and if so make their name gold? iv managed to achieve this clientside but not serverside, meaning it only displays as gold to your self.

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
onTimeOut();
}

function 
onTimeOut() {
  
hideimg(201 a);
  
hideimg(202 a);
  for (
0playerscounta++) {
    
showtext(201 aplayers[a].1.5players[a].3.2"Arial Bold""c", @players[a].nick);
    
changeimgcolors(201 a1111);
    
changeimgvis(201 a1);
    
changeimgzoom(201 a1);
    
showtext(202 aplayers[a].1.5players[a].4.5"Arial Bold""c", @players[a].hearts@"/"@players[a].maxhp);
    
changeimgcolors(202 a10.10.11);
    
changeimgvis(202 a1);
    
changeimgzoom(202 a0.8);
  }
  
setTimer(0.05);

__________________

Gund for president.

Remote PM {P*}x (Graal813044) from eraiphone -> Stefan: I hav 1 qustion
*Gunderak: he hav 1
*Gunderak: qustion

Last edited by Gunderak; 08-13-2011 at 07:11 PM..
Reply With Quote