Please help. this is weird
#5

pawn Код:
if(strcmp(cmd,"/giveperm", true) == 0)
{
  if(IsPlayerAdmin(playerid))
{
 tmp = strtok(cmdtext, idx);

  if(!strlen(tmp))
  return SendClientMessage(playerid, 0xE3E3E3FF, "USAGE: /giveperm [playerid]");

  giveplayerid = strval(tmp);
  if(IsPlayerConnected(giveplayerid))
{
  SendClientMessage(playerid, 0xE3E3E3FF, "Done!");

  SkinPermission[giveplayerid] = true;
}
  else if (!IsPlayerConnected(giveplayerid))
{
  SendClientMessage(playerid, 0xE3E3E3FF, "ERROR: Player not Conected!");
}
}
  else
{
  SendClientMessage(playerid, 0xE3E3E3FF, "ERROR: You are not an Administrator!");
}
  return 1;
Reply


Messages In This Thread
Please help. this is weird - by bartje01 - 08.02.2010, 10:50
Re: Please help. this is weird - by mansonh - 08.02.2010, 11:15
Re: Please help. this is weird - by bartje01 - 08.02.2010, 11:23
Re: Please help. this is weird - by bartje01 - 08.02.2010, 11:42
Re: Please help. this is weird - by mansonh - 11.02.2010, 02:17

Forum Jump:


Users browsing this thread: 1 Guest(s)