HELP PLS
#1

im getting this errors help me pls
Код:
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8990) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : warning 217: loose indentation
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 014: invalid statement; not in switch
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : warning 215: expression has no effect
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 001: expected token: ";", but found ":"
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : 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

anybody?
Reply
#3

you can see the number between ()

check the line if it is correct
Reply
#4

i know but what the problem?..

there is my line
Код:
              {SetPlayerPos(playerid, "bigjump", -594.1223,904.4135,432.5000,	135.0000,	-594.1223,904.4135,432.5000,	135.0000,	0);
			}
			case 1: //BigJump2
Reply
#5

Bumpy Bump
Reply
#6

Pls Anserw ME ((
Reply
#7

SetPlayerPos should only be:
Код:
SetPlayerPos(playerid,x,y,z);
Not
Код:
SetPlayerPos(playerid,?,?,?,?,?,?,?,?,?,?);
Reply
#8

Stop spam posting. You need to give people time to read your post and reply. Your problem is that your code makes 0 sense. Consider using the tutorial links for beginners posted on this forum.

For starters you want this line instead of your SetPlayerPos:

Код:
SetPlayerPos(playerid, -594.1223, 904.4135,432.5000)
I really don't even know what you were trying to do with the rest of it...
Reply
#9

And read pawn-lang.pdf so you will understand why you are getting these errors and warnings.
Reply
#10

now im getting
Код:
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : warning 217: loose indentation
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 014: invalid statement; not in switch
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : warning 215: expression has no effect
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 001: expected token: ";", but found ":"
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Mariusz\Pulpit\SERV\Super Stunt Server\Super Stunt Server\SA-MP Server\gamemodes\SSClanS.pwn(8992) : fatal error 107: too many error messages on one line

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


4 Errors.
Anyone help?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)