Dio skripte: komanda:
switch(xTestBusy)
{
case true:
{
if(!strcmp(xChars, text, false))
{
new string, pName;
GetPlayerName(playerid, pName, sizeof(pName));
format(string, sizeof(string), ""SZELENA"Igrac "BIJELA" [%s] "SZELENA" je prvi upisao rec i osvojio nagradu.", pName);
SendClientMessageToAll(GREEN, string);
format(string, sizeof(string), "« Osvojili ste $%d. »", xCash);
SendClientMessage(playerid, GREEN, string);
g_NovacPlus(playerid, xCash);
xTestBusy = false;
}
}
} Slika/video ingame problema(obavezno ako je ingame problem): https://imgur.com/a/PCWe1
