if(!strcmp(cmdtext, \"/gateopenstacked\", true)) { if(PlayerInfo[playerid][pLeader] == 12 || PlayerInfo[playerid][pLeader] == 12) { if (PlayerToPoint(15, playerid,-1498.16,1981.16,48.14)){ MoveObject(stacked1,-1495.839600, 1975.548706, 49.129303, 12.0); SetTimer(\"stacked\", 12000, 0); SendClientMessage(playerid, COLOR_ORANGE,\"Garázs ajtó 7 sec múlva zárodik.\"); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), \"* %s kinyitja a HQ kaput.\", sendername); ProxDetector(30.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE); PlayerPlaySound(playerid, 1153, 1589.053344,-1638.123168,14.122960); } else { SendClientMessage(playerid, COLOR_GREY,\"Nem vagy a közelébe !\"); }}//else return SendClientMessage(playerid, COLOR_GREY,\"Nem vagy Stacked Deck !\");return 1;}
üdv. vmiért nem megy ezt irja ki :D:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(6550) : warning 217: loose indentationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(6708) : warning 217: loose indentationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(6784) : warning 217: loose indentationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(8122) : error 010: invalid function or declarationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(8125) : error 010: invalid function or declarationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(8127) : error 010: invalid function or declarationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(8130) : error 010: invalid function or declarationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(14917) : warning 217: loose indentationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(14944) : warning 217: loose indentationD:\\DOCUME~1\\Misi\\Asztal\\SAMP03~1\\GAMEMO~1\\RP.pwn(6548) : warning 204: symbol is assigned a value that is never used: \"kapu\"Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase4 Errors.
#include <a_samp>#include <IsPlayerLAdmin>new bejaro;public OnFilterScriptInit(){bejaro = CreateObject(980, 840.90142822266, -2068.6071777344, 14.531204223633, 0, 0, 0);print(\"kapu loaded\");return 1;}public OnFilterScriptExit(){DestroyObject(bejaro);return 1;}public OnPlayerCommandText(playerid, cmdtext[]){ if (!strcmp(cmdtext, \"/bunker-nyit\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro, 980, 841.06610107422, -2067.9489746094, 14.60390663147); }else{ SendClientMessage(playerid, 0xAA3333AA, \"<Bocs de nem vagy admin!\"); } return 1; } if (!strcmp(cmdtext, \"/bunker-zar\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro, 980, 840.90142822266, -2068.6071777344, 14.531204223633); }else{ SendClientMessage(playerid, 0xAA3333AA, \"Bocs de nem vagy admin!\");}return 1;}return 0;}
#include <a_samp>#include <IsPlayerLAdmin>new bejaro;public OnFilterScriptInit(){bejaro = CreateObject(980, 840.90142822266, -2068.6071777344, 14.531204223633, 0, 0, 0);print(\"kapu loaded\");return 1;}public OnFilterScriptExit(){DestroyObject(bejaro);return 1;}public OnPlayerCommandText(playerid, cmdtext[]){ if (!strcmp(cmdtext, \"/bunker-nyit\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro,841.06610107422, -2067.9489746094, 14.60390663147,2.0); }else{ SendClientMessage(playerid, 0xAA3333AA, \"<Bocs de nem vagy admin!\"); } return 1; } if (!strcmp(cmdtext, \"/bunker-zar\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro,840.90142822266, -2068.6071777344, 14.531204223633,2.0); }else{ SendClientMessage(playerid, 0xAA3333AA, \"Bocs de nem vagy admin!\");}return 1;}return 0;}
#include <a_samp>#include <IsPlayerLAdmin>new bejaro;public OnFilterScriptInit(){bejaro = CreateObject(980, 840.90142822266, -2068.6071777344, 14.531204223633, 0, 0, 0);print(\"kapu loaded\");return 1;}public OnFilterScriptExit(){DestroyObject(bejaro);return 1;}public OnPlayerCommandText(playerid, cmdtext[]){ if (!strcmp(cmdtext, \"/bunker-nyit\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro, 841.06610107422, -2067.9489746094, 14.60390663147,2.0); }else{ SendClientMessage(playerid, 0xAA3333AA, \"<Bocs de nem vagy admin!\"); } return 1; } if (!strcmp(cmdtext, \"/bunker-zar\", true)) {if(IsPlayerLAdmin(playerid) == 0) { MoveObject(bejaro, 980, 840.90142822266, -2068.6071777344, 14.531204223633,2.0); }else{ SendClientMessage(playerid, 0xAA3333AA, \"Bocs de nem vagy admin!\");}return 1;}return 0;}