[Ajuda] Erro no Random!
#1

Cуdigo do Random

PHP код:
new RandomServerName[4][] = // Nomes Server Random
{
    
"Nome do server 1",
    
"Nome do server 2",
    
"Nome do server 3",
    
"Nome do server 4"
};
SetTimer("SendMSG"1000true);//OnGameModeInit
forward SendMSG();
public 
SendMSG()
{
    new 
string[256];
    new 
randMSG random(sizeof(RandomServerName));
    
format(string,sizeof(string),"hostname %s",RandomServerName[randMSG]);
    
SendRconCommand(string);

Erro:

C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(16) : error 010: invalid function or declaration
C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(22) : error 017: undefined symbol "random"
C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(22) : error 001: expected token: ";", but found "sizeof"
C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(22) : warning 215: expression has no effect
C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(22) : error 001: expected token: ";", but found ")"
C:\Users\Caio\Desktop\[GM]Brasil Trucker's Fire\BTF 2.0\gamemodes\BTF.pwn(22) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


5 Errors.
Reply
#2

Aqui compilou sem problemas PBad.
Reply
#3

Й que o meu ta junto com o GameMODE!
Reply
#4

pawn Код:
forward SendMSG();
public SendMSG()
{
    new string[128];
    format(string,sizeof(string),"hostname %s",RandomServerName[random(sizeof(RandomServerName))]);
    SendRconCommand(string);
}
e tenta mudar

pawn Код:
new RandomServerName[4][] =
para


pawn Код:
new RandomServerName[4][128] =
Reply
#5

Ainda da erro
Reply
#6

Ainda da erro :C
Reply
#7

aprende a procurar mais
e se esforзa


https://sampforum.blast.hk/showthread.php?tid=177983
Reply
#8

PT, foi por ai msm... :C
Reply
#9

Provavelmente o erro nгo estб nesta parte do cуdigo que vocк mandou.

Aliбs, nгo faзa double topic e nem double post, pois seu tуpico pode ser apagado e vocк penalizado.
Reply
#10

Cuida com double-post amigo, vocк pode acabar banido.

Alias se vocк ainda nгo resolveu este problema, vocк nгo esta treinando de forma correta.
Deste jeito nгo vai aprender, tens que parar com CTRL+C, CTRL+V.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)