Kick IT
From SA-MP Wiki
Description:
Espelle un giocatore dal server.
(playerid)
playerid | ID del giocatore da espellere |
Return Questa funzione non restituisce un valore specifico
public OnPlayerCommandText(playerid, cmdtext[]) { if(strcmp(cmdtext, "/kickme", true) == 0) { //Espelle un giocatore che usa questo comando Kick(playerid); return 1; } }