Help Showing a HUD and player list.
PHP Code:
Eathier: Players in jail: - none or Players in jail: Peter - CELL NAME John - CELL NAME Bob - CELL NAME |
Re: Help Showing a HUD and player list.
Code:
|
Re: Help Showing a HUD and player list.
I now have
PHP Code:
|
Re: Help Showing a HUD and player list.
You're going to need to show more code. Like your jailPlace function, for example.
|
Re: Help Showing a HUD and player list.
Just have something like this in the jailPlace function.
PHP Code:
PHP Code:
|
Re: Help Showing a HUD and player list.
I know my funtcion is like
public publicJail(flagnum) { new string; switch(flagnum) { case 0: string = "hi"; default: string = "error"; } return string; } What Im saying is its having a problem geting the users NAME ect.. information that way i can't print out a name or a current flag num cuz it can't get them right. |
Re: Help Showing a HUD and player list.
AFAIK, you cant format strings like that.
|
Re: Help Showing a HUD and player list.
I don't think you can use strings as a case in a switch block either.
|
Re: Help Showing a HUD and player list.
heres jailPlace.
Also, it doesn't even show the users name. Code:
|
Re: Help Showing a HUD and player list.
Anyone, I could really use this.
|
| All times are GMT -4. The time now is 10:35. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.