Hey i just need help with getplayerstat function.
This is what im tryint to do basically.
var
botname: string;
isplayer: boolean;
botname := IDToName(Shooter);
isplayer := GetPlayStat(botname,'Human')
if isplayer = false then
Says theres a problem with my isplayer line just wondering how the GetPlayerStat function is meant to be used. I also havent worked with booleans before.
Cheers