18.07.2012, 15:56
(
Последний раз редактировалось Gangster-rocks; 18.07.2012 в 16:28.
)
solved and i reped all who tried to Help
if(sscanf(params,"u",id)) SendClientMessage(playerid, COLOR_WHITE,"USAGE:/invite [ID/Partofname]");
CMD:invite(playerid,params)
{
new pName[MAX_PLAYER_NAME],iName[MAX_PLAYER_NAME],id,string[128];
if(pInfo[playerid][pRank] < 8) SendClientMessage(playerid,-1,"You May not Use this command");
if(sscanf(params,"u",id)) SendClientMessage(playerid,-1,"USAGE:invite [id/partofname]");
return 1;
}
CMD:invite(playerid,params)
{
new pName[MAX_PLAYER_NAME], iName[MAX_PLAYER_NAME], id, string[128];
if(pInfo[playerid][pRank] < 8) return SendClientMessage(playerid, 0xFFFFFFAA, "You May not Use this command");
if(sscanf(params,"u",id)) return SendClientMessage(playerid, 0xFFFFFFAA, "USAGE:invite [id/partofname]");
return 1;
}