[Ajuda] Ajuda level
#1

como й que mudo o nivel inicial ? ja procurei e nao encontro
Reply
#2

Acha seu sistema de registro, e "siga-o".

Comeзa procurando em OnPlayerConnect, OnPlayerRequestSpawn, etc
Reply
#3

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));
Reply
#4

Coloque quando o player registrar.
Код:
SetPlayerScore(playerid, VALOR_DO_LEVEL);//Substitua "VALOR_DO_LEVEL" pelo valor que vфce queira que inicie.
Reply
#5

Quote:
Originally Posted by ClaudioG231
Посмотреть сообщение
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));
esta gm й a dten ?
Reply
#6

Й sim a gm dten
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)