Virtual Worlds
#1

Hello i want to make command that will show player virtual world

Код:
if(strcmp(cmd, "/myvirtualworld", true) == 0)
	{
		if (PlayerInfo[playerid][pAdmin] >= 1)
		{
		SendClientMessage(playerid,COLOR_LIGHTGREEN,"Your virtual world is d% ",GetPlayerVirtualWorld(playerid));
		}
		return 1;
	}
How to make it work ?
Reply


Messages In This Thread
Virtual Worlds - by graetz - 30.11.2009, 12:08
Re: Virtual Worlds - by Danny_Costelo - 30.11.2009, 12:10
Re: Virtual Worlds - by Correlli - 30.11.2009, 12:13
Re: Virtual Worlds - by graetz - 30.11.2009, 12:29

Forum Jump:


Users browsing this thread: 2 Guest(s)