mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 12:33:02 +00:00
change button names
This commit is contained in:
parent
47e4c2cead
commit
69cddbea30
1 changed files with 3 additions and 3 deletions
|
@ -89,12 +89,12 @@ namespace SanAndreasUnity.UI {
|
|||
|
||||
var pr = Net.PlayerRequests.Local;
|
||||
|
||||
if (GUILayout.Button("Request to spawn vehicle"))
|
||||
if (GUILayout.Button("Request vehicle"))
|
||||
{
|
||||
pr.RequestVehicleSpawn();
|
||||
}
|
||||
|
||||
if (GUILayout.Button("Request to change ped model"))
|
||||
if (GUILayout.Button("Request ped model change"))
|
||||
{
|
||||
pr.RequestPedModelChange();
|
||||
}
|
||||
|
@ -104,7 +104,7 @@ namespace SanAndreasUnity.UI {
|
|||
pr.RequestSuicide();
|
||||
}
|
||||
|
||||
if (GUILayout.Button("Request to spawn ped stalker"))
|
||||
if (GUILayout.Button("Request ped stalker"))
|
||||
{
|
||||
pr.SpawnPedStalker();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue