02.10.2015, 04:17
MESSAGE DELETED.
if(strcmp(cmd, "/x1", true) == 0)
{
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "[INFO] Use: /x1 [id1] [id2]");
return 1;
}
id1 = strval(tmp);
tmp = strtok(cmdtext, idx);
if(!strlen(tmp))
{
SendClientMessage(playerid, COLOR_GRAD2, "[INFO] Use: /x1 [id1] [id2]");
return 1;
}
id2 = strval(tmp);
if(IsPlayerConnected(id1) == 0)
{
SendClientMessage(playerid,0xFF0000AA,"[ERRO] Player nгo conectado!");
return 1;
}
if(PlayerInfo[playerid][pAdmin] < 3)
{
SendClientMessage(playerid, COLOR_GRAD2, "Vocк nгo estб autorizado a usar este comando");
return 1;
}