26.07.2012, 19:41
Hey,
I'm trying to add this part to a /report command. But I'm having problems. Am I'm using the right code?
Thanks,
Mike.
I'm trying to add this part to a /report command. But I'm having problems. Am I'm using the right code?
pawn Код:
if(strcmp(params, "Ammu", false, -1) || strcmp(params, "LSPD", false, -1) || strcmp(params, "Bank", false, -1))
{
SendClientMessageEx(playerid, COLOR_RED, "Administrators are not a taxi service.");
return 1;
}
Mike.