Search Results
Hello, I would like to know how to do so that when a user send a pm , an admin Level 6 can read well, this is my code CMD:PM(playerid,params []) new str[256], str2[256], id, Name1[MAX_PLAYER_NAME], ...
128
Quote: Originally Posted by Sew_Sumi He should've been more clear about where to put it. It should be up higher in the checks. You've got it checking if there is any text, displaying it, ...
159
PHP код: if(IsPlayerConnected(playerid)) { new chat[130]; format(chat, sizeof(chat),"[%d]: %s", playerid, text); SendPlayerMessageToAll(playerid,chat); SetPlayerChatBubble(playerid, text,...
159
Hi , I need your help to put the code to put the id of the player in the chat , and I when I put normal code Код: new chat[130]; format(chat, sizeof(chat),"[%d]: %s", playerid, text); SendPlayerMe...
159
1. Defina los "news" PHP код: new PlayerSkin[MAX_PLAYERS];  2. En OnPlayerdisconnect y onplayerconnect PHP код: PlayerSkin[playerid] = -1;  3.En OnPlayerSpawn PHP ко...
86
Quote: Originally Posted by Shinja You are checking Admin[playerid], and you must check if the player connected also also, you do (Admin[i] >= 0), also non admins will be formatted here...
159
Hi I'm making a command to see the online admins on the server , this is the code Код: CMD:admins(){ new string[256]; new fstring[64]; for(new i=0; i<MAX_PLAYERS; i++) { ...
159
Hola amigos recien soy nuevo en esto y quisiera saber Como poner un comando para que cuando un user cualquiera ponga /Comando [id de un jugador] Salga un mensaje como : El jugador [Nombre del id del ...
54