06.12.2013, 17:02
Obrigado cara, mais agora o meu estб assim
poderia fazer a junзгo com o seu ?
PHP код:
if(!strcmp(cmd, "/su", true))
{
if(PlayerInfo[playerid][pPMBA] >= 1 || PlayerInfo[playerid][pPMS] >= 1) {
tmp = strtok(cmdtext, idx);
if(!strlen(tmp)) return SendClientMessage(playerid, -1, "use /suspeito id");
new suspeito = strval(tmp);
if(!IsPlayerConnected(suspeito) || suspeito == INVALID_PLAYER_ID) return SendClientMessage(playerid, -1, "O ID Digitado й um ID Invбlido!");
new nome[MAX_PLAYER_NAME];
GetPlayerName(suspeito, nome, sizeof(nome));
format(string, sizeof(string), "*ATENЗГO: O Suspeito %s(%d) estб foragido, cerquem a favela e prendгo-no!",nome,playerid);
SendClientMessageToAll(0xFF80808B,string);
level[playerid] = GetPlayerWantedLevel(playerid)+1;
return 1;