26.11.2010, 17:17
Hello ! Im trying to make a teleport to one of my maps, i did like this:
and this error:
How to fix this please?
Код:
if (strcmp("/Highway", true, 10) == 0) { SetPlayerPos(playerid, 1217.3299560547,1244.5386962891,7.453125); ShowClientMessage(playerid,YELLOW,"Welcome to Las Vegas Highway !"); return 1; }
Код:
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.