Thanks for reply i don't see that, something?
Plugin "Game":
Plugin "Login":
Plugin "Game":
PHP Code:
function GetWinner()
return ServerData.Winner;
end
Plugin "Login":
PHP Code:
function GivePoints()
local WinnerName = cPluginManager:CallPlugin("Game", "GetWinner");
PlayerData.points[WinnerName] = PlayerData.points[WinnerName] +1;
end