Detaljan opis problema: Gledao sam nesto na Wiki samp za komandu /report i evo :
CMD:report(playerid, params[])
{
new string;
if(!isnull(params))
{
SendClientMessage(playerid, -1, COL_RED, "Vase pitanje je poslato Adminima i Pomagacima /n Vase pitanje glasi:");
format(string, sizeof(string), "%s", params); // Proof to the reporter, that the command worked.
SendClientMessage(playerid, COLOR_YELLOW, string);
for(new i=0; i {
if(IsPlayerAdmin(playerid))
{
format(string, sizeof(string), "Pitanje od %s[%d]: %s", PlayerName(playerid), playerid, params);
SendClientMessage(i, -1, COL_RED, string); // Send's the format to the online Rcon'ly Logged in Admins.
}
}
}
else
{
SendClientMessage(playerid, COLOR_WHITE, "USAGE: /Report "); // Show's the player the Usage.
}
return 1;
}
Sad kad udjem u igru i posaljem report ne pise mi Ono Vas report je poslat blablabla.. Kako da popravim to? 😐
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
