27.10.2010, 11:17
Quote:
dcmd_fakechat(playerid,params[]) { if(PlayerInfo[playerid][Level] >= 5) { new tmp[256], tmp2[256], Index; tmp = strtok(params,Index), tmp2 = strtok(params,Index); if(!strlen(tmp) || !strlen(tmp2)) return SendClientMessage(playerid, red, "USAGE: /fakechat [playerid] [text]"); new player1 = strval(tmp); if(PlayerInfo[player1][Level] == ServerInfo[MaxAdminLevel] && PlayerInfo[playerid][Level] != ServerInfo[MaxAdminLevel]) return SendClientMessage(playerid,red,"ERROR: You cannot use this command on this admin"); if(IsPlayerConnected(player1) && player1 != INVALID_PLAYER_ID) { CMDMessageToAdmins(playerid,"FAKECHAT"); SendPlayerMessageToAll(player1, params[strlen(tmp)+1]); return SendClientMessage(playerid,blue,"Fake message sent"); } else return SendClientMessage(playerid,red,"ERROR: Player is not connected"); } else return SendClientMessage(playerid,red,"Vocк nгo tem o Level suficiente para executar esse comando"); } |
E como ele disse isso foi copiado dum sistema por isso e so adaptar ou queres que tambem alguem te de a papinha toda feita ?