[INT] Sony Coorporation
#1


[INT] Sony Coorporation

Objects: ~200

Teleport Command:
Код:
	if (strcmp("/sony", cmdtext, true, 10) == 0)
	{
	  new name[MAX_PLAYER_NAME],string[128];
	  GetPlayerName(playerid,name,sizeof(name));
	  format(string,sizeof(string),"*** %s has teleported to the Sony Coorporation! (/sony)",name);
	  SendClientMessage(playerid,YELLOW,string);
		SetPlayerPos(playerid,1731.2963,-1058.1714,-3.5343);
		SetPlayerFacingAngle(playerid,88.2648);
		return 1;
	}
(but its build in the fs too)

Screenshots:











Download Area

Pastebin
Sendspace
Reply
#2

pawnfox please check your messages
Reply
#3

Nice job men
Reply
#4

Very useful for RP servers

good job
Reply
#5

that sexy xD
Reply
#6

hehe yay xD
Reply
#7

hm good
Reply
#8

WOAHA!!!!!!!!! what is that?

look closy at the pc or tv or what ever something is working there a moveing pic or something :O
Reply
#9

nice...
Reply
#10

Are these objects in an interior?
if so you forgot SetPlayerInterior.
Quote:
Originally Posted by PawNFoX
Teleport Command:
Код:
	if (strcmp("/sony", cmdtext, true, 10) == 0)
	{
	  new name[MAX_PLAYER_NAME],string[128];
	  GetPlayerName(playerid,name,sizeof(name));
	  format(string,sizeof(string),"*** %s has teleported to the Sony Coorporation! (/sony)",name);
	  SendClientMessage(playerid,YELLOW,string);
		SetPlayerPos(playerid,1731.2963,-1058.1714,-3.5343);
		SetPlayerFacingAngle(playerid,88.2648);
		return 1;
	}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)