i get this 4 error when complied
#1

Код:
ERROR
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : warning 215: expression has no effect
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : error 001: expected token: ";", but found ")"
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : error 029: invalid expression, assumed zero
C:\Users\Family\Desktop\FastFive DriftCity 0.3c\gamemodes\fast4.pwn(1026) : fatal error 107: too many error messages on one line

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


4 Errors.
And the command where error is the red is line 1026

Код:
	if(strcmp(cmdtext, "/home", true) == 0)
	{
	    NormalTele(playerid, "Home",		-468.3654,2208.0317,46.4776,	115.0000,	-468.3654,2208.0317,46.4776,	115.0000,	0);
		return 1;
	}
Reply
#2

Nobody know how to fix this ?
Reply
#3

What is "NormalTele" ?
Reply
#4

my friend made this tele for me and it works for him but it wont for me
Reply
#5

Just use "SetPlayerPos(playerid, x, y, z);"
if you need the facing angle, "SetPlayerFacingAngle(playerid, angle);"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)