[SOLVED] Remove spawn buttons gui
#1

Hey, I don't have any class selection at my gamemode so I want to take away this thing


I found some topics but they didn't answer completly to get it away :/

Thanks for answers
Reply
#2

Well you can watch my tutorial http://forum.sa-mp.com/index.php?topic=134833.msg81690 it helped me deleted them but not F4.
Reply
#3

Didn't help that much. I allready disabled it. But I want to remove that buttons
Reply
#4

Impossible do that.
Reply
#5

That's wierd. Project Reality Roleplay has done it :O

You may check it out at their server 217.18.70.77:7777
Reply
#6

Quote:
Originally Posted by Toney
Impossible do that.
Don't post if you don't know.

Put the player in the spectate mode while he's at the class-request.
Reply
#7

Nice! It works. But other problem is that the cam doesn't gets there I placed it to. Any ideas?
Reply
#8

Change all the positions before putting the player into spectator mode?
Reply
#9

Nope, I did. It still doesn't show right cam.

Code:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  PlayerPlaySound(playerid, 1097, -201.4289,1372.9482,67.0541);
    SetPlayerInterior(playerid,0);
    SetPlayerPos(playerid,323.4,305.6,999.1);
    SetPlayerFacingAngle(playerid, 90.0);
    SetPlayerCameraPos(playerid,-201.4289,1372.9482,67.0541);
    SetPlayerCameraLookAt(playerid,204.4058,0,0);
    TogglePlayerSpectating(playerid,1);
    return 1;
}
Reply
#10

Quote:

Don't post if you don't know.

Put the player in the spectate mode while he's at the class-request.

Hes asked about disble buttons like F4 or something like it. Impossible do that. So what i dont know?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)