: error 017: undefined symbol "atmolustur"ATM_Yukle();
atmsil();
dcmd_atmekle(playerid, params[])
{
new aNeym[56];
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "Bunun icin RCON Admin olmalisiniz!");
if(sscanf(params, "s[56]", aNeym)) return SendClientMessage(playerid, -1, "Kullanım: /atmekle [ATM Adı]");
if(atm_class >= MAX_ATM) return SendClientMessage(playerid, -1, "Maximum limite ulastiniz!");
else {
new
string[126], Float: gPos[4];
GetPlayerPos(playerid, gPos[0], gPos[1], gPos[2]);
GetPlayerFacingAngle(playerid, gPos[3]);
format(string, sizeof string, "ATM/ATM_%i.txt", atm_class);
dini_Create(string);
dini_Set(string, "isim", aNeym);
dini_FloatSet(string, "atmx", gPos[0]);
dini_FloatSet(string, "atmy", gPos[1]);
dini_FloatSet(string, "atmz", gPos[2]);
dini_FloatSet(string, "atma", gPos[3]);
atmolustur(aNeym, gPos[0], gPos[1], gPos[2], gPos[3]);
format(string, sizeof string, "Basariyla %s adli atm olusturdunuz. ATM ID: %d", aNeym, atm_class-1);
SendClientMessage(playerid, -1, string);
}
return true;
}
|
new ATM_Yukle();
new atmsil(); new atmolustur(aNeym, gPos[0], gPos[1], gPos[2], gPos[3]); |
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(92) : error 001: expected token: ";", but found "("
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(93) : error 001: expected token: ";", but found "("
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(94) : error 001: expected token: ";", but found "("
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(2106) : error 012: invalid function call, not a valid address
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(2106) : error 029: invalid expression, assumed zero
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(2106) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(6140) : error 012: invalid function call, not a valid address
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(6140) : error 029: invalid expression, assumed zero
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(6140) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : error 012: invalid function call, not a valid address
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : warning 215: expression has no effect
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : error 001: expected token: ";", but found ")"
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : error 029: invalid expression, assumed zero
C:\Users\bugra\Desktop\Photoshop Gerekliler\Icons\Dizzee\gamemodes\Dizzee.pwn(9301) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
11 Errors.