De a 037-es kódnál hova kell az egyenlõség jel? nekem ezeknél irja:
new pName [MAX_PLAYER_NAME];
new string [256];
GetPlayerName(playerid, pName, sizeof (pName));
format(string, sizeof (string), \"*SZERVER*:%s[iD:%d] csatlakozott a szerverre!\", pName, playerid);
SendClientMessageToAll(\"COLOR_ORANGE\", string);
return 1;
new pName [MAX_PLAYER_NAME];
new string [256];
GetPlayerName(playerid, pName, sizeof (pName));
switch(reason)
{
case 0: format(string, sizeof(string), \"*SZERVER*: %s[iD:%d] lecsatlakozott a szerverrõl! Indok: Kilépés\", pName, playerid);
case 1: format(string, sizeof(string), \"*SZERVER*: %s[iD:%d] lecsatlakozott a szerverrõl! Indok: Idõtúllépés\", pName, playerid);
}
SendClientMessageToAll(\"COLOR_RED\", string);
return 1;