PlayCrimeReportForPlayer IT

From SA-MP Wiki

Jump to: navigation, search



PlayCrimeReportForPlayer IT was added in SA-MP 0.3a This function was added in SA-MP 0.3a and will not work in earlier versions!


Description:

Questa funzione svolge una relazione sulla criminalità per un giocatore - simile a quella del Single Player CJ quando commette un reato.


Parameters:
(playerid, suspectid, crimeid)
playeridIl giocatore che vuoi reportare
suspectidL'ID del sospetto che ha commesso il crimine.
crimeidThe ID Crimine


ReturnsQuesta funzione non restituisce un valore specifico


public OnPlayerCommandText(playerid, cmdtext[])
{
    if(!strcmp(cmdtext,"/sospetto"))
    {
        PlayCrimeReportForPlayer(playerid,0,3);
        SendClientMessageIT(playerid,0xFFFFFFFF,"ID 0 ora è un sospetto.");
        return 1;
    }
    return 0;
}

Funzioni correlate

Le seguenti funzioni potrebbe essere utili, dato che sono collegate a tale funzioni in un modo o nell'altro.

PlayerPlaySound

Personal tools
Navigation
Toolbox
In other languages