16.12.2014, 03:50
Hello people.
How do i set everyones virtual world to 0.
P.S: If i set his virtual world to 0 so the objects that was in virtual world 2 will not be in 0 ?
How do i set everyones virtual world to 0.
PHP код:
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", "");
}
else
{
SendClientMessage(playerid, -1, "{FF0000}You're not rcon administrator");
}
return 1;
}