Making a simple teleport command?
#1

Hello ! Im trying to make a teleport to one of my maps, i did like this:
Код:
if (strcmp("/Highway", true, 10) == 0)
{
	SetPlayerPos(playerid, 1217.3299560547,1244.5386962891,7.453125);
	ShowClientMessage(playerid,YELLOW,"Welcome to Las Vegas Highway !");
return 1;
}
and this error:
Код:
C:\Documents and Settings\Administratцr\Skrivbord\Untitled.pwn(32) : error 035: argument type mismatch (argument 2)
C:\Documents and Settings\Administratцr\Skrivbord\Untitled.pwn(34) : error 017: undefined symbol "playerid"
C:\Documents and Settings\Administratцr\Skrivbord\Untitled.pwn(35) : error 017: undefined symbol "ShowClientMessage"
C:\Documents and Settings\Administratцr\Skrivbord\Untitled.pwn(36) : warning 217: loose indentation
C:\Documents and Settings\Administratцr\Skrivbord\Untitled.pwn(40) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
How to fix this please?
Reply


Messages In This Thread
Making a simple teleport command? - by Kitten_Blind - 26.11.2010, 17:17
Re: Making a simple teleport command? - by Kitten - 26.11.2010, 17:20
Re: Making a simple teleport command? - by Kitten_Blind - 26.11.2010, 17:23
Re: Making a simple teleport command? - by IstuntmanI - 26.11.2010, 17:24
Re: Making a simple teleport command? - by FreshDoubleX - 26.11.2010, 17:27
Re: Making a simple teleport command? - by Kitten_Blind - 26.11.2010, 17:28
Re: Making a simple teleport command? - by Kitten - 26.11.2010, 17:29
Re: Making a simple teleport command? - by RenisiL - 26.11.2010, 17:31
Re: Making a simple teleport command? - by Kitten_Blind - 26.11.2010, 17:36
Re: Making a simple teleport command? - by Kitten - 26.11.2010, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)