Jump to content
  • 0

Help


SiNuS

Question

[pawn]C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2430) : warning 202: number of arguments does not match definition

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2433) : error 017: undefined symbol "OnlinePlayers"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2434) : error 017: undefined symbol "Players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2435) : error 017: undefined symbol "players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 028: invalid subscript (not an array or too many subscripts): "TextDrawAlignment"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : warning 215: expression has no effect

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 029: invalid expression, assumed zero

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : fatal error 107: too many error messages on one line

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

7 Errors.

[/pawn]

De la ce sa fie ?

userbar6.jpg
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

[pawn]C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2430) : warning 202: number of arguments does not match definition

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2433) : error 017: undefined symbol "OnlinePlayers"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2434) : error 017: undefined symbol "Players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2435) : error 017: undefined symbol "players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 028: invalid subscript (not an array or too many subscripts): "TextDrawAlignment"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : warning 215: expression has no effect

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 029: invalid expression, assumed zero

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : fatal error 107: too many error messages on one line

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

7 Errors.

[/pawn]

De la ce sa fie ?

1. Nu ai scris toti parametrii functiei, uite aici: http://wiki.sa-mp.com/wiki/NUME_FUNCTIE

2. Pune asta undeva in script:

OnlinePlayers( )
{
	new Playa;
	for( new i; i < MAX_PLAYERS; i ++ ) if( IsPlayerConnected( i ) ) Playa++;
	return Playa;
}

3-4-5. Arata liniile

Link to comment
Share on other sites

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2430) : warning 202: number of arguments does not match definition

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2433) : error 076: syntax error in the expression, or invalid function call

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2434) : error 017: undefined symbol "Players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2435) : error 017: undefined symbol "players"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 028: invalid subscript (not an array or too many subscripts): "TextDrawAlignment"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : warning 215: expression has no effect

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 001: expected token: ";", but found "]"

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : error 029: invalid expression, assumed zero

C:\Documents and Settings\andrei\Desktop\Sa-mp\gamemodes\GI.pwn(2440) : fatal error 107: too many error messages on one line

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

7 Errors.

Asta imi da dupa ce bag ce mi-ai zis tu...

userbar6.jpg
Link to comment
Share on other sites

=- link=action=profile;u=139 date=1316764026]

Cititi cu atentie regulamentul forumului si regulamentul de la celelalte sub-boarduri, precum "discutii scripting" "filmulete si poze" .. etc.


Nu mai postati la discutii scripting topicuri ce au la nume "ajutor" "salvati-ma" help" "problema" "nu-mi merge" "nu face" .. etc. .. de acum voi incerca sa aplic regulamentul, vi se va sterge topicul si veti primi un warn cat voi de mare. Postati la numele topicului ce problema aveti. Macar asa invatati si voi sa va exprimati si nu se va ajunge in viitor ca anul asta la bac.

Fara reclama in semnatura!

Link to comment
Share on other sites

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.