Author Topic: While choosing a player How to change the background  (Read 1792 times)

0 Members and 1 Guest are viewing this topic.

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
While choosing a player How to change the background
« on: March 18, 2014, 01:38:32 pm »
While choosing a player How to change the background. need to change it

Offline mrockxkingbutt

  • Crime Boss
  • ****
  • Posts: 373
  • I AM Best Scripter And You Are Not :P
    • View Profile
Re: While choosing a player How to change the background
« Reply #1 on: March 18, 2014, 02:33:28 pm »
SetPlayerStartPos(playerid,x,y,z);
SetPlayerCameraLook(playerid,xyz);
SetPlayerLookAt(playerid,xyz);

this xyz is the code where you want to place the camera

/s the cmd to check code
My Servers Showroom!
www.jimxvcmpscripts.createaforum.com/

Quote from:  rohanaj60
i m a great script Editor

Rofl! lmao lol

Offline dynavolt71

  • Crime Boss
  • ****
  • Posts: 371
    • View Profile
    • My Blog
Re: While choosing a player How to change the background
« Reply #2 on: March 18, 2014, 03:04:24 pm »
Aslo check "onplayerrequestclass" more detail look at wiki
[PAWNO]Fix Error " Failed to set data for "" " - http://forum.vicecitymultiplayer.com/index.php?topic=5743.0



:'(

Offline sherwin688

  • Street Thug
  • *
  • Posts: 43
  • dead man wakin
    • View Profile
Re: While choosing a player How to change the background
« Reply #3 on: March 19, 2014, 07:28:45 pm »
THnx guys