Posts: 82
Threads: 23
Joined: Sep 2009
Reputation:
0
well im making a gamemode.. :ehehhehe
i knw im a noob but still i want to give it a try... so to start with.. i wana knw the following things..
1. How to show the server's name in big letters when anyone enters the server (not client message)
2. when u get the spawn option of the player ! (skins) how to change the background
3. how to teleport a player to a specific area.. when he clicks on spawn (skin) when he enters the server... i think it is something AddPlayerClass ... dono ..!!
4. how to completely disable weapon...(the player should not have anyweapon when he enters the server or while playing)
thankkss and sorry for my bad english
Posts: 734
Threads: 8
Joined: Jun 2009
Quote:
Originally Posted by unique1801
well im making a gamemode.. :ehehhehe
i knw im a noob but still i want to give it a try... so to start with.. i wana knw the following things..
1. How to show the server's name in big letters when anyone enters the server (not client message)
2. when u get the spawn option of the player ! (skins) how to change the background
3. how to teleport a player to a specific area.. when he clicks on spawn (skin) when he enters the server... i think it is something AddPlayerClass ... dono ..!!
4. how to completely disable weapon...(the player should not have anyweapon when he enters the server or while playing)
thankkss and sorry for my bad english
|
1.
https://sampwiki.blast.hk/wiki/GameTextForPlayer
2. under OnPlayerRequestClass:
https://sampwiki.blast.hk/wiki/SetPlayerPos,
https://sampwiki.blast.hk/wiki/SetPlayerCameraPos,
https://sampwiki.blast.hk/wiki/SetPlayerFacingAngle,
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt,
https://sampwiki.blast.hk/wiki/SetPlayerInterior
3. under OnPlayerSpawn and SetPlayerPos, uhm and ye you could use
https://sampwiki.blast.hk/wiki/AddPlayerClass
4. the option SetPlayerDisabledWeapon(s) has been disabled in 0.3 so ..
Posts: 238
Threads: 58
Joined: May 2009
Reputation:
0
under OnPlayerConnect
GameTextForPlayer(playerid,"~w~Your text here!",6000,4);
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
It explains if you had read any of them. You ask for these things done for you but you say you want to try.
Posts: 734
Threads: 8
Joined: Jun 2009
Quote:
Originally Posted by unique1801
well im a noob.. so if could explain me?
please!! .. pls explain me the 1st... gametext...where to add it..and all tat stuff
anywayz thankxx!
|
np
Posts: 82
Threads: 23
Joined: Sep 2009
Reputation:
0
@ GforceNL
thanx for that!! it did work!!
but can u pls tell me how to add some more graphix to it... something which looks good (text)