Beiträge von TGA
-
-
-
-
geht immernoch net gleiche zeile
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : error 003: declaration of a local variable must appear in a compound block
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 221: label name "Float" shadows tag name
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : error 017: undefined symbol "x"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9012) : error 017: undefined symbol "x"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 203: symbol is never used: "Float"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase3 Errors.
if(strcmp(cmdtext,"/explode",true)==0) {
if(PlayerInfo[playerid][pAdmin] < 1337)
new Float:x, Float:y, Float:z;
CreateExplosion(x,y,z,7,15);//7 und 15 sind typ und radius
return 1;
} -
könnt ihr es mit adm lvl bitte hintun bekomme es net rihctig hin
new Float:x, Float:y, Float:z);
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : error 003: declaration of a local variable must appear in a compound block
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 221: label name "Float" shadows tag name
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : error 017: undefined symbol "x"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(9011) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
-
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28034) : warning 217: loose indentation
GetPlayerName(playerid,name,sizeof(name));
-
Zeile 28029
new s[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];und die anderre die 28036
if(i!=playerid && i!=recieverid) { -
-
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28029) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : error 001: expected token: ",", but found "-integer value-"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : error 001: expected token: ";", but found ")"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28036) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
new s[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
GetPlayerName(recieverid,name2,sizeof(name2));
format(s,sizeof(s),"PM von %s an %s: %s",name,name2,text[0]);
for(new i=0; i<MAX_PLAYERS; i++) {
if(IsPlayerConnected(i)) {
if(IsPlayerAdmin(i)) {
if(i!=playerid && i!=recieverid) {
SendClientMessage(i,COLOR_Rot 0xAA3333AA,s); }}}}
return 1;
}Mager net
-
-
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28028) : error 017: undefined symbol "cmd"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28038) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : error 001: expected token: ",", but found "-integer value-"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : error 001: expected token: ";", but found ")"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(28045) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
public OnPlayerPrivmsg(playerid, recieverid, text[])
{
if(strcmp(cmd, "/bigears", true) == 0 && PlayerInfo[playerid][pAdmin] >= 2)
{
if(IsPlayerConnected(playerid))
{
if (!BigEar[playerid])
{
BigEar[playerid] = 1;
SendClientMessage(playerid, COLOR_GRAD2, "Dein Ohren sind gewachsen.");
}
new s[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
GetPlayerName(recieverid,name2,sizeof(name2));
format(s,sizeof(s),"PM von %s an %s: %s",name,name2,text[0]);
for(new i=0; i<MAX_PLAYERS; i++) {
if(IsPlayerConnected(i)) {
if(IsPlayerAdmin(i)) {
if(i!=playerid && i!=recieverid) {
SendClientMessage(i,COLOR_Pink 0xFF66FFAA,s); }}}}
else if (BigEar[playerid])
{
(BigEar[playerid] = 0);
SendClientMessage(playerid, COLOR_GRAD2, "Deine Ohren sind geschrumpft.");
}
}
return 1;
}}
5 Errors.
-
alles in OnPlayerPrivmsg rein oder
-
Ne warum??
-
Kommt immenroch C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15119) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15129) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15130) : error 017: undefined symbol "recieverid"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 017: undefined symbol "text"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 001: expected token: ";", but found "]"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
-
Habe diese Fehler im mom
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15129) : warning 217: loose indentation
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15130) : error 017: undefined symbol "recieverid"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 017: undefined symbol "text"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : warning 215: expression has no effect
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 001: expected token: ";", but found "]"
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : error 029: invalid expression, assumed zero
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(15131) : fatal error 107: too many error messages on one lineCompilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
5 Errors.
if(strcmp(cmd, "/bigears", true) == 0 && PlayerInfo[playerid][pAdmin] >= 2)
{
if(IsPlayerConnected(playerid))
{
if (!BigEar[playerid])
{
BigEar[playerid] = 1;
SendClientMessage(playerid, COLOR_GRAD2, "Dein Ohren sind gewachsen.");
}
new s[128], name[MAX_PLAYER_NAME], name2[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
GetPlayerName(recieverid,name2,sizeof(name2));
format(s,sizeof(s),"PM von %s an %s: %s",name,name2,text[0]);
for(new i=0; i<MAX_PLAYERS; i++) {
if(IsPlayerConnected(i)) {
if(IsPlayerAdmin(i)) {
if(i!=playerid && i!=recieverid) {
SendClientMessage(i,COLOR_Pink 0xFF66FFAA,s); }}}}
else if (BigEar[playerid])
{
(BigEar[playerid] = 0);
SendClientMessage(playerid, COLOR_GRAD2, "Deine Ohren sind geschrumpft.");
}
}
return 1;
} -
bekomme aber immer folgende fehler beim compilen
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(4152) : warning 219: local variable "newcar" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(5097) : warning 219: local variable "newcar" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(25294) : warning 219: local variable "newcar" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27846) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27847) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27849) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27851) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27857) : error 010: invalid function or declaration
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(27865) : warning 203: symbol is never used: "newcar"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase5 Errors.
In den zeilen unten mach ich gar nixs
das wenn ich eins einfügeC:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(4152) : warning 219: local variable "newcar" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(5097) : warning 219: local variable "newcar" shadows a variable at a preceding level
C:\Dokumente und Einstellungen\Do9cm\Desktop\lol\gamemodes\gf.pwn(25294) : warning 219: local variable "newcar" shadows a variable at a preceding level -
-
Kann wer helfen die abstände stimmen irgenwie net
-
-