27.09.2013, 09:33
Question #1
I want that, When I press ESC and then Go to MAP and then Press Left Mouse Button (LMB) to put a Mark in the Map and It teleports me there, where I put'ed it. It is Possible I know. tell me how can I do that?
Question #2
I want to create the Virtual World, How can I create it? I made Command to go in the Virtual Word and here it is
P.S: /spec and /specoff Command Needed Please.
I want that, When I press ESC and then Go to MAP and then Press Left Mouse Button (LMB) to put a Mark in the Map and It teleports me there, where I put'ed it. It is Possible I know. tell me how can I do that?
Question #2
I want to create the Virtual World, How can I create it? I made Command to go in the Virtual Word and here it is
pawn Код:
CMD:eworld(playerid, params[])
{
if( AdminLevel(playerid)<1 )return 0;
if (GetPlayerVirtualWorld(playerid)==1) return SendClientMessage (playerid, COLOR_ORANGE, "[ ! ] You are already in the Event World" );
EventPlayerEnter( playerid, false );
SendClientMessage (playerid, COLOR_ORANGE, "[ ! ] You are now in Event Zone" );
SendClientMessage (playerid, COLOR_ORANGE, "[ ! ] Welcome to Event World" );
return 1;
}