SA-MP Forums Archive
[INT] Sony Coorporation - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [INT] Sony Coorporation (/showthread.php?tid=69515)



[INT] Sony Coorporation - Basss - 18.03.2009


[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



Re: [INT] Sony Coorporation - lusofresh - 18.03.2009

pawnfox please check your messages


Re: [INT] Sony Coorporation - Patch-PT - 19.03.2009

Nice job men


Re: [INT] Sony Coorporation - Jaztek_Hodzic - 19.03.2009

Very useful for RP servers

good job


Re: [INT] Sony Coorporation - propilot - 19.03.2009

that sexy xD


Re: [INT] Sony Coorporation - Basss - 19.03.2009

hehe yay xD


Re: [INT] Sony Coorporation - ]NM[TheShadow - 19.03.2009

hm good


Re: [INT] Sony Coorporation - propilot - 22.03.2009

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

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


Re: [INT] Sony Coorporation - BlueRey - 22.03.2009

nice...


Re: [INT] Sony Coorporation - 56avenue - 22.03.2009

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;
	}