Sziasztok! Írtam a fejembõl egy kisebb Scripter Szolgálatot.
És error-t ír, nem tudom mi a baja.
De ha viszont még valaki azt is tudja, hogy 3D Text-et, hogy kell úgy csinálni, hogy ha beállok scripterszoliba rajtam legyen, ha kiállok eltûnjön, akkor leírhatná, köszönöm!
Rendszerem és az error-ok:
C:\\Users\\Barczi\\Desktop\\Szerverem [RPG]\\gamemodes\\sajatfun.pwn(530) : error 037: invalid string (possibly non-terminated string)
C:\\Users\\Barczi\\Desktop\\Szerverem [RPG]\\gamemodes\\sajatfun.pwn(530) : error 017: undefined symbol \"Szolg\"
C:\\Users\\Barczi\\Desktop\\Szerverem [RPG]\\gamemodes\\sajatfun.pwn(530) : error 029: invalid expression, assumed zero
C:\\Users\\Barczi\\Desktop\\Szerverem [RPG]\\gamemodes\\sajatfun.pwn(530) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
//---------Scripter szoli--------//
CMD:sonduty(playerid)
{
new scripterduty[128];
GetPlayerName(playerid,nev, sizeof(nev));
if(IsPlayerAdmin(playerid))
format(scripterduty,128,\"%s Scripter Szolgálatba lépett! | Megölni tilos!\");
SendClientMessageToAll(COLOR_LIGHTBLUE,\"|===============Scripter Szolgálat===============|
SendClientMessageToAll(COLOR_YELLOW,scripterduty);
SendClientMessageToAll(COLOR_LIGHTBLUE,\"|===============Scripter Szolgálat===============|
return 1;
}
//---------Scripter szoli--------//