PDA

View Full Version : Bác nào rành về mode giúp với



caozobinht
04-10-14, 11:08 AM
như tiêu đề mình muốn thay đổi chỗ đăng ký xong bên LV giờ mình không bít thay đổi tọa độ x y z ai bít chỉ dùm mình nhé , TKS trước

Beo_cu
04-10-14, 05:48 PM
như tiêu đề mình muốn thay đổi chỗ đăng ký xong bên LV giờ mình không bít thay đổi tọa độ x y z ai bít chỉ dùm mình nhé , TKS trước






Bác tới địa điểm cần move qua /save lại lấy toạn độ.

Vòa thư mục Documents\GTA San Andreas User Files\SAMP - open file savedpositions.txt

Cách thức xem:

(skin, Float: x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo)

Chú ý dòng mình tô đậm nhé
Người chơi sẽ xuất hiện với!!

Float:X The X coordinate of the spawnpoint of this class.
Float:Y The Y coordinate of the spawnpoint of this class.
Float:Z The Z coordinate of the spawnpoint of this class.
Float:Angle The direction in which the player should face after spawning.
weapon1 The first spawn-weapon for the player.
weapon1_ammo The amount of ammunition for the primary spawn weapon.
weapon2 The second spawn-weapon for the player.
weapon2_ammo The amount of ammunition for the second spawn weapon.
weapon3 The third spawn-weapon for the player.
weapon3_ammo The amount of ammunition for the third spawn weapon.




public OnGameModeInit()
{
// Players can spawn with either the CJ skin (0) or The Truth skin (1).
AddPlayerClass(0, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // nhân vật CJ
AddPlayerClass(1, 1958.33, 1343.12, 15.36, 269.15, 26, 36, 28, 150, 0, 0); // nhân vật The Truth
return 1;
}



Thân !!