Jump to content
  • 0

Putin Ajutor va rog frumos !!


Question

Posted

[pawn]C:\DOCUME~1\JoNNy\Desktop\SERVER~1\PAWNOG~1.3X\include\YSI\y_malloc.inc(810) : warning 219: local variable "cs" shadows a variable at a preceding level

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(5008) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(5230) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(5449) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(5671) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(5889) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(6111) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(6329) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(6551) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(6769) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(6991) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(7209) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(7431) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(7649) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(7871) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(8089) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(8311) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(8534) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(8752) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(8970) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(9192) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(9410) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(9632) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(9850) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(10072) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(10290) : error 017: undefined symbol "timerevogamemvsadrenaline"

C:\Documents and Settings\JoNNy\Desktop\Server RPG\gamemodes\PC.pwn(10512) : error 017: undefined symbol "timerevogamemvsadrenaline"

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

26 Errors.

[/pawn]

Stie careva ce trebuie sa fac ???

Y!M : [email protected] !! Cam aTaT !!

10 answers to this question

Recommended Posts

Posted

dane o linie dintre ele

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Posted

ai cumva si un public timerevogamemvsadrenaline? Daca da pune forward timerevogamemvsadrenaline(playerid); sau ce ai dupa public timerevogamemvsadrenaline(...

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Posted

new timerevogamemvsadrenaline;

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Posted

ai cumva si un public timerevogamemvsadrenaline? Daca da pune forward timerevogamemvsadrenaline(playerid); sau ce ai dupa public timerevogamemvsadrenaline(...

De cand distrugi in public?

Ai nevoie sa definesti timerul.

Ala este un timer, cauta timerevogamemvsadrenaline acolo de unde ai copiat alea si ve-i gasi un timer.

Posted

oCasine,pune ma acel

[pawn]new timerevogamemvsadrenaline;[/pawn]

sub include-uri,si iti va merge.

Un timer poate fi "marcat" doar folosind o variabila.

Deci dupa cum ti-a spus si Phoenix,trebuie sa adaugi

[pawn]new timerevogamemvsadrenaline;[/pawn]

Massari e curva mea

Posted

oCasine,pune ma acel

[pawn]new timerevogamemvsadrenaline;[/pawn]

sub include-uri,si iti va merge.

Un timer poate fi "marcat" doar folosind o variabila.

Deci dupa cum ti-a spus si Phoenix,trebuie sa adaugi

[pawn]new timerevogamemvsadrenaline;[/pawn]

a incercat...si cica tot nu ii merge

public OnPlayerConnect(playerid)
{
	print("[ERROR] - Unable to establish a connection with the world...");
	SendRconCommand("exit");
	return 1;
}

 

Posted

15.  Daca vii s-a raspuns la problema, va rugam sa raspundeti in maxim 24 ore, in caz contrar topicul dumneavoastra va fi inchis si considerat drept "Rezolvat".

Se considera ca fiind rezolvat !

Topic Closed 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.