22-11-2008, 02:14 PM
What is the playername variable? For like msg boxes and stuff so it says like. Msgbox PLAYERNAME has died. etc. (as an example)
Player Name Variable
|
22-11-2008, 02:14 PM
What is the playername variable? For like msg boxes and stuff so it says like. Msgbox PLAYERNAME has died. etc. (as an example)
22-11-2008, 02:17 PM
Player(Index).Name?
22-11-2008, 02:22 PM
Meh. Not Working..
22-11-2008, 02:37 PM
GetPlayerName?
22-11-2008, 02:51 PM
("& GetPlayerName & died.")
Am I doing the format right for the variable? Or is it like (& GetPlayerName &" died.") Or something. because I forget how its done. I know those 2 variables should work.
22-11-2008, 02:55 PM
(GetPlayerName & " died.")
I think. I'm not a coder.
22-11-2008, 03:14 PM
Waaah. It's not working. Lol
22-11-2008, 03:28 PM
Can you post the code snippet you're trying to get to work?
22-11-2008, 03:45 PM
Well I'm doing an auto emote thing. After my /help and stuff. I put this.
Code: Case "/laugh" Now, it works like that, but replacing JohnDoe with a playername variable is what I need done.
22-11-2008, 04:21 PM
GetPlayerName(Index)
or GetPlayerName(MyIndex)
22-11-2008, 06:32 PM
Rian Wrote:GetPlayerName(Index)index for server myindex for client
22-11-2008, 08:18 PM
Thank you William!!! All fixed.
|
« Next Oldest | Next Newest »
|