Ne Spikes.. das ändert auch nichts.. :
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1233) : error 004: function "clock" is not implemented
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1286) : error 017: undefined symbol "isPlayerAnAdmin"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1298) : error 017: undefined symbol "isPlayerAnSupporter"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1310) : error 017: undefined symbol "isPlayerAnSupporter"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1322) : error 017: undefined symbol "isPlayerAnAdmin"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1334) : error 017: undefined symbol "isPlayerAnAdmin"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1337) : error 017: undefined symbol "sscanf"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1346) : error 017: undefined symbol "isPlayerAnSupporter"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1348) : error 035: argument type mismatch (argument 2)
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1348) : error 035: argument type mismatch (argument 2)
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1349) : error 017: undefined symbol "sscanf"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1357) : error 017: undefined symbol "isPlayerInFrakt"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1359) : error 017: undefined symbol "sscanf"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1361) : error 017: undefined symbol "SpielerName"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1363) : error 017: undefined symbol "SpielerName"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1365) : error 017: undefined symbol "SpielerSpeichern"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1372) : error 017: undefined symbol "isPlayerInFrakt"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1378) : error 017: undefined symbol "sscanf"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1380) : error 017: undefined symbol "SpielerName"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1382) : error 017: undefined symbol "SpielerName"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1393) : error 017: undefined symbol "isPlayerInFrakt"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1393) : error 079: inconsistent return types (array & non-array)
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1396) : error 017: undefined symbol "sscanf"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1396) : error 079: inconsistent return types (array & non-array)
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1399) : error 079: inconsistent return types (array & non-array)
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1400) : error 079: inconsistent return types (array & non-array)
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Ich schau mal das ganze Script durch... aber es kann nur das sein, weil ich hab vorhin den Frakk Spawn und die Tore geamcht, bis dahin war alles richtig.
Aber als ich das gemacht hab kamen die Errors nur so angeströmt.
// Edit ich habs rausgekriegt..
Jetzt kommen weniger Errors, aber was bedeuten die?
public OnPlayerSpawn(playerid)
{
clock();
//________________________FraktionSpawn________________________
switch(GetPVarInt(playerid,"Fraktion"))
{
case 0:{
case 1:{SetPlayerPos(playerid,lspdspawn);SetPlayerInterior(playerid,3);SetPlayerColor(playerid,Hellblau);GivePlayerWeapon(playerid,24,100);GivePlayerWeapon(playerid,31,50);SetPlayerSkin(playerid,266);
case 2:{SetPlayerPos(playerid,fbispawn);SetPlayerInterior(playerid,10);SetPlayerColor(playerid,Blau);GivePlayerWeapon(playerid,24,100);GivePlayerWeapon(playerid,31,50);SetPlayerSkin(playerid,286);
}
}
}
return 1;
}
// Edit 2: Errors:
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1233) : error 004: function "clock" is not implemented
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1238) : error 014: invalid statement; not in switch
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1238) : warning 215: expression has no effect
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1238) : error 001: expected token: ";", but found ":"
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1238) : error 029: invalid expression, assumed zero
C:\Users\Richard\Desktop\NYCR\gamemodes\NYCR.pwn(1238) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.