mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-18 22:08:30 +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;
|
var pr = Net.PlayerRequests.Local;
|
||||||
|
|
||||||
if (GUILayout.Button("Request to spawn vehicle"))
|
if (GUILayout.Button("Request vehicle"))
|
||||||
{
|
{
|
||||||
pr.RequestVehicleSpawn();
|
pr.RequestVehicleSpawn();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GUILayout.Button("Request to change ped model"))
|
if (GUILayout.Button("Request ped model change"))
|
||||||
{
|
{
|
||||||
pr.RequestPedModelChange();
|
pr.RequestPedModelChange();
|
||||||
}
|
}
|
||||||
|
@ -104,7 +104,7 @@ namespace SanAndreasUnity.UI {
|
||||||
pr.RequestSuicide();
|
pr.RequestSuicide();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GUILayout.Button("Request to spawn ped stalker"))
|
if (GUILayout.Button("Request ped stalker"))
|
||||||
{
|
{
|
||||||
pr.SpawnPedStalker();
|
pr.SpawnPedStalker();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue