28.05.2018, 21:31
Hello, i'm developing a minigames server. I've the core as filterscript (which handles registration, login, commands etc). I need some clarifications about CallRemoteFunction.
The minigames are a separate gamemodes. In the main FS i've the row "TotalGamesPlayed" which shows how many games a player has played, and i can increase it when i want.
Player[playerid][TotalGamesPlayed] ++;
My question is, how to use call remote function in a minigame gamemode to execute the code above?
Thanks.
The minigames are a separate gamemodes. In the main FS i've the row "TotalGamesPlayed" which shows how many games a player has played, and i can increase it when i want.
Player[playerid][TotalGamesPlayed] ++;
My question is, how to use call remote function in a minigame gamemode to execute the code above?
Thanks.