SA-MP Forums Archive
Delete spawn in the begin - 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: Delete spawn in the begin (/showthread.php?tid=150690)



Delete spawn in the begin - damiantof7 - 27.05.2010

If you connect to the server you wil see this
[img width=1024 height=768]/imageshack/img163/4813/spawnk.jpg[/img]
How to delete this

Sorry for my bad english


Re: Delete spawn in the begin - luckie12 - 27.05.2010

remove the line under
Код:
OnPlayerConnect()
The
Код:
SendClientMessage(playerid, YELLOW, "This Server Use Etch's EBank");
line


Re: Delete spawn in the begin - damiantof7 - 27.05.2010

No no no that <<<<< >>>>> Spawn Thing


Re: Delete spawn in the begin - luckie12 - 27.05.2010

ahah lol sorry

Why? Is it bugged or something?


Re: Delete spawn in the begin - damiantof7 - 27.05.2010

No i have a login system but you don't have to choose a skin and class you get it as you register you can't choose


Re: Delete spawn in the begin - damiantof7 - 27.05.2010

and do you know of theres something that i can do /aperm ID for change nickname?


Re: Delete spawn in the begin - luckie12 - 27.05.2010

hmm the first problem:
remove:
Код:
At OnPlayerRequestClass
	SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
2nd question:
under OnGameModetext()
something like
SetPlayerName()

im only good at it with a dialog to let changes their names


Re: Delete spawn in the begin - damiantof7 - 27.05.2010

Yea i wan't a dialog


Re: Delete spawn in the begin - luckie12 - 27.05.2010

Quote:
Originally Posted by damiantof7
Yea i wan't a dialog
sure i will make one



Re: Delete spawn in the begin - damiantof7 - 27.05.2010

and with my first problem i don't have in my script
Код:
OnPlayerRequestClass
	SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);