[Ajuda] quero por id de conta no meu gamemode em DOF2
#9

PHP код:
#include "DOF2"
new GetarIdServer;
enum jogador {
ID
}
new 
Player[MAX_PLAYERS][jogador];
QuandoPlayerClicarEmRegistrar()
{
   
GetarIdServer ++;
   
Player[playerid][ID] = GetarIdServer;
   new 
string[20];
   
format(stringsizeof(string), "LUGAR/SCRIPTFILES""Nome");
   
DOF2::CreateFile(string);
   
DOF2::SetInt(string"IdsCriados"GetarIdServer);
   
DOF2::SaveFile();
}
OnGameModeInit()
{
    new 
string[20];
    
format(stringsizeof(string), "LUGAR/SCRIPTFILES""Nome");
    if(
DOF2_FileExists(string))
    {
    
GetarIdServer DOF2::GetInt(string"IdsCriados");
    }

Ira comeзar com 1,2,3,4,5,6...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)