update ragemp-c types for 1.1
This commit is contained in:
@@ -15,6 +15,13 @@ class RageEntity implements IEntity {
|
||||
return this.entity.id;
|
||||
}
|
||||
|
||||
get attachments(): number {
|
||||
var color = this.entity.getVariable("nametagColor");
|
||||
if (!color)
|
||||
return 0;
|
||||
return color;
|
||||
}
|
||||
|
||||
get handle() {
|
||||
return this.entity.handle;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user