06.08.2009, 18:13
Why do you need GetPlayerID? It's already stored in "playerid" 
By the way, its not working because you put "CurrentName" in quotes, which makes it a string, its searching for "CurrentName" and not the name thats defined in the variable, just change it to:
GetPlayerID(CurrentName);
Also, you don't need to do that anyway, just add playerid to the end of the format instead of CurrentID

By the way, its not working because you put "CurrentName" in quotes, which makes it a string, its searching for "CurrentName" and not the name thats defined in the variable, just change it to:
GetPlayerID(CurrentName);
Also, you don't need to do that anyway, just add playerid to the end of the format instead of CurrentID

