Habe hier dieses aus der sufu aber es geht nicht
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys == 16)
{
if(IsPlayerInRangeOfPoint(playerid,1.0,1725.9392,-1634.4762,20.2161))
{
SetPlayerPos(playerid,1727.9392,-1634.4762,20.2161);
SetPlayerFacingAngle(playerid,542,451);
SetPlayerInterior(playerid,0);
SetPlayerVirtualWorld(playerid,0);
}
}
return 1;
}
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(383) : warning 217: loose indentation
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(383) : error 017: undefined symbol "newkeys"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(385) : error 017: undefined symbol "PlayerToPoint"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(387) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(388) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(389) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(390) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(393) : warning 217: loose indentation
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : warning 225: unreachable code
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : error 029: invalid expression, assumed zero
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(397) : error 004: function "OnGameModeExit" is not implemented
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : warning 225: unreachable code
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : error 029: invalid expression, assumed zero
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(402) : error 004: function "OnPlayerConnect" is not implemented
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(404) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : warning 225: unreachable code
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : error 029: invalid expression, assumed zero
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(408) : error 004: function "OnPlayerDisconnect" is not implemented
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(414) : error 004: function "Update" is not implemented
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(415) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(418) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : warning 225: unreachable code
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : error 029: invalid expression, assumed zero
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(422) : error 004: function "OnPlayerSpawn" is not implemented
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(424) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(425) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(426) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(427) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(428) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(430) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(431) : error 017: undefined symbol "playerid"
D:\Alles Mögliche\Script\Reallife-Script\gamemodes\GBR.pwn(434) : error 017: undefined symbol "playerid"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.