Skripta koju koristim: Moja
Detaljan opis problema: Radi se o Pawnu kada idem complid nece da mi dadne amx file vec samo pawn file
Dio skripte://///
Neke slike/video za lakse dobivanje pomoci(neobavezno):////
[Pomoc] Pawno
1,038
pregleda
19
postova
5. Maj 2013.
5. Maj 2013.
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2885) : error 010: invalid function or declaration
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2887) : error 010: invalid function or declaration
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2889) : error 010: invalid function or declaration
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2891) : error 010: invalid function or declaration
Da imam errore evo ih 😉
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2887) : error 010: invalid function or declaration
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2889) : error 010: invalid function or declaration
C:\Documents and Settings\Gamer\Desktop\StTropez\gamemodes\MG.pwn(2891) : error 010: invalid function or declaration
Da imam errore evo ih 😉
6. Maj 2013.
llpublic UtrkaTimerGreedy()
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo == 1)
{
if(IsPlayerConnected(i))
{
GameTextForPlayer(i, "~b~2",1000,4);
SetTimer("UtrkaTimerGreedy2",1000,0);
}
}
}
}
REKLI STE MI DA PRAZNIM MEMORIJU U MODU PA SAM BRISAO PRAZNA MJESTA TJ LINIJE MOZDA SAM SLUCAJNO NESTO POGRESNO ALI JA NE VIDIM STA ?
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo == 1)
{
if(IsPlayerConnected(i))
{
GameTextForPlayer(i, "~b~2",1000,4);
SetTimer("UtrkaTimerGreedy2",1000,0);
}
}
}
}
REKLI STE MI DA PRAZNIM MEMORIJU U MODU PA SAM BRISAO PRAZNA MJESTA TJ LINIJE MOZDA SAM SLUCAJNO NESTO POGRESNO ALI JA NE VIDIM STA ?
6. Maj 2013.
public UtrkaTimerGreedy()
{
foreach(Player, i)
{
if(PlayerInfo == 1)
{
GameTextForPlayer(i, "~b~2",1000,4);
SetTimer("UtrkaTimerGreedy2",1000,0);
}
}
}Falio ti parametar i kod PlayerInfo
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava