SA-MP Forums Archive
I still has a problem... - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: I still has a problem... (/showthread.php?tid=72312)



I still has a problem... - T.I. - 07.04.2009

Hi guys, maybe this is my 10000th topic, I am sorry, but I need some help...

Actually I use a nice script, my favorite script, but I have a problem with it... The admin team cannot be joined. Imma /rcon logged and Lvl5 but still redirect me to the Grove, as an usual player...What to do?

Another problem is how to add more turfs? I am gonna make my script the best I had...It is so cool, so I need your help!


Thanks a lot guys!


Re: I still has a problem... - Nubotron - 07.04.2009

May be you should show your script! Noone can help without


Re: I still has a problem... - T.I. - 08.04.2009

Код:
case 21, 22:
		{
			GameTextForPlayer(playerid, "~g~~n~~n~~n~~n~~n~~n~~n~Cluckin Bell", 2500, 3);
			SetPlayerInterior(playerid,9);
			SetPlayerPos(playerid,366.1467,-9.1969,1001.8516);
			SetPlayerFacingAngle(playerid,130);
			SetPlayerCameraPos(playerid,363.7454,-11.1512,1002.7516);
			SetPlayerCameraLookAt(playerid,366.1467,-9.1969,1001.8516);
		}
		case 23, 24, 25:
		{
			GameTextForPlayer(playerid, "~g~~n~~n~~n~~n~~n~~n~~n~Drug Dealer", 2500, 3);
			SetPlayerInterior(playerid,0);
			SetPlayerPos(playerid,1175.0873,-2036.9714,77.3320);
			SetPlayerFacingAngle(playerid,270);
			SetPlayerCameraPos(playerid,1179.5652,-2037.0049,79.0078);
			SetPlayerCameraLookAt(playerid,1175.0873,-2036.9714,77.3320);
		}
		case 26, 27:
		{
			NoVOnly(playerid);
		}

	}
	
	SetPlayerDanceAnimation(playerid);

	return 1;
}
These are the cases. What else you need?


Re: I still has a problem... - Weirdosport - 08.04.2009

I don't have a clue how the hell the code you just posted has anything to do with turfs, or becoming an admin.. what Gamemode are you using?


Re: I still has a problem... - T.I. - 08.04.2009

I use for now novgamemode...
And it's not about becoming the admin or turfs, it's about that no one can join the admin team I had right now...


Re: I still has a problem... - Burridge - 08.04.2009

Quote:
Originally Posted by T.I.
Код:
case 21, 22:
		{
			GameTextForPlayer(playerid, "~g~~n~~n~~n~~n~~n~~n~~n~Cluckin Bell", 2500, 3);
			SetPlayerInterior(playerid,9);
			SetPlayerPos(playerid,366.1467,-9.1969,1001.8516);
			SetPlayerFacingAngle(playerid,130);
			SetPlayerCameraPos(playerid,363.7454,-11.1512,1002.7516);
			SetPlayerCameraLookAt(playerid,366.1467,-9.1969,1001.8516);
		}
		case 23, 24, 25:
		{
			GameTextForPlayer(playerid, "~g~~n~~n~~n~~n~~n~~n~~n~Drug Dealer", 2500, 3);
			SetPlayerInterior(playerid,0);
			SetPlayerPos(playerid,1175.0873,-2036.9714,77.3320);
			SetPlayerFacingAngle(playerid,270);
			SetPlayerCameraPos(playerid,1179.5652,-2037.0049,79.0078);
			SetPlayerCameraLookAt(playerid,1175.0873,-2036.9714,77.3320);
		}
		case 26, 27:
		{
			NoVOnly(playerid);
		}

	}
	
	SetPlayerDanceAnimation(playerid);

	return 1;
}
that, to me looks like part of the teams setup... wtf? you want us to do somthing about admins and turfs and your showing the teams...?


Re: I still has a problem... - T.I. - 08.04.2009

About turfs, I need more in the city, how to add them.
About admins, I have a team, which can't be joined by anyone.
What you need, I will post here...


Re: I still has a problem... - T.I. - 08.04.2009

Btw, there is another problem...When the players fight each other, they don't damage. What to do?