Set all virtual world
#4

Quote:
Originally Posted by Stuun23
Посмотреть сообщение
wow...This is scripting help isn't it?
dude i mean use this 2 lines to do it simple!!

edit:

pawn Код:
CMD:stopearthquake(playerid, params[])
{
  if(IsPlayerAdmin(playerid))
  {
    ShowPlayerDialog(playerid, -1, DIALOG_STYLE_MSGBOX, "Successfully stopped.", "{00CC00}You have successfully stopped the earthquake\n{FF0000}WARNING: all the objects will be removed and everything will be back to normal.", "OK", "");
    foreach(Player, i)
    SetPlayerVirtualWorld(i, 0);
  }
  else
  {
    SendClientMessage(playerid, -1, "{FF0000}You're not rcon administrator");
  }
  return 1;
}
Reply


Messages In This Thread
Set all virtual world - by Glossy42O - 16.12.2014, 03:50
Re: Set all virtual world - by Ryz - 16.12.2014, 03:54
Re: Set all virtual world - by Glossy42O - 16.12.2014, 03:56
Re: Set all virtual world - by Ryz - 16.12.2014, 03:57
Re: Set all virtual world - by Pottus - 16.12.2014, 04:22
Re: Set all virtual world - by Glossy42O - 16.12.2014, 04:25
Re: Set all virtual world - by Pottus - 16.12.2014, 04:27
Re: Set all virtual world - by Glossy42O - 16.12.2014, 04:28

Forum Jump:


Users browsing this thread: 1 Guest(s)