CMD:aduty(playerid, params[])
{
new string[128], nev[MAX_PLAYER_NAME];
GetPlayerName(playerid, nev, sizeof(nev));
format(string, sizeof(string),\"%s adminszolgálatba lépett. Mostmár örök élete van. (/pm %d))\", nev, playerid);
SendClientMessageToAll(0xff0000AA, string);
SetPlayerHealth(playerid, 10000);
return 1;
}
CMD:adutyoff(playerid, params[])
{
new string[128], nev[MAX_PLAYER_NAME];
GetPlayerName(playerid, nev, sizeof(nev));
format(string, sizeof(string),\"%s kilépett az adminszolgálatból. Mostmár nincs örök élete.\", nev);
SendClientMessageToAll(0xff0000AA, string);
SetPlayerHealth(playerid, 100);
return 1;
}
És ezekre ezt a hibát írja!!!!
C:\\jelenlegi mod\\star.pwn(244) : warning 203: symbol is never used: \"aduty\"
C:\\jelenlegi mod\\star.pwn(244 -- 256) : warning 203: symbol is never used: \"adutyoff\"
Segítenétek?
Dupla hozzászólás automatikusan összefûzve. ( 2012. május 04. - 18:24:41 )
Francba bocs nemide :S
[mod]CODE tagek[/mod]