Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
Use Player.Find(id); instead.
pickups have a pickup.PickedUp event.
Posts: 18
Threads: 0
Joined: Jul 2015
Reputation:
0
11.10.2015, 15:31
(
Последний раз редактировалось Buero; 13.10.2015 в 18:52.
)
How to create timer or timer for one player?
Posts: 18
Threads: 0
Joined: Jul 2015
Reputation:
0
How get vehicle model id?
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
vehicle.Model returns a value of enum VehicleModelType. If you want it as an int, cast it. (int)vehicle.Model
Posts: 18
Threads: 0
Joined: Jul 2015
Reputation:
0
When I die I don't see death animation but I see button "<<" ">>" "spawn" so I use Spawn() in Player. OnDeath()
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
That is the choose-a-class screen. Did you add any classes in your gamemode?
Posts: 16
Threads: 1
Joined: Jul 2015
Reputation:
0
Hm. Native doesn't change font at all for me
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
You have to call textdraw.Show first
Posts: 16
Threads: 1
Joined: Jul 2015
Reputation:
0
Oh, it works now, thank you
Posts: 23
Threads: 0
Joined: Feb 2016
Reputation:
0
This plugin support new SA-MP functions? (Actors etc.)
I can run script in C# on Linux?
Posts: 23
Threads: 0
Joined: Feb 2016
Reputation:
0
What is the difference in speed between the PAWN script and the script in C#?
Posts: 1,052
Threads: 46
Joined: Jan 2010
Reputation:
0
It's been a while since I tested it, all I can remember is that c# is at least more than double the speed.
Posts: 23
Threads: 0
Joined: Feb 2016
Reputation:
0
Any tutorial how to compile this plugin for Linux?
You can add FCNPC to this? I can use EntityFramework? (Migrations, Codefirst etc.)
Thanks for answers!