07.04.2017, 18:15
como й que mudo o nivel inicial ? ja procurei e nao encontro
SetPlayerScore(playerid, VALOR_DO_LEVEL);//Substitua "VALOR_DO_LEVEL" pelo valor que vфce queira que inicie.
public OnPlayerConnect(playerid)
{ new szPlayerName[MAX_PLAYER_NAME], connecting_ip[24]; GetPlayerName(playerid, szPlayerName, MAX_PLAYER_NAME); format(file2, sizeof(file2), PASTA_CONTAS, encrypt(szPlayerName)); // Criptografado format(file, sizeof(file), PASTA_CONTAS, szPlayerName); format(Vnewban, 32, BanDir, VBPlayer(playerid)); |