18.07.2018, 10:41
Quote:
Niiice. There is some problems. We can’t preview a message, it post it automatically.
|
Quote:
Plus, it doesn’t seems to detect pawn syntax when you write natives.
Example: |
Quote:
Edit: editing an converts markdown code to bbcode converts it again to something glitched.
Code:
native Attach[COLOR=“Purple”]3[/COLOR]DTextLabelToActor(actorid, text[], color, Float:OffsetX, Float:OffsetY, Float:OffsetZ, Float:drawdistance, virtualworld = DEFAULT_ACTOR_VALUE, testlos = [COLOR=“Purple”]0[/COLOR], bool:store_string = true); native SetActorInvulnerable(actorid, invulnerable = true); [COLOR=“Green”]// Force actor re-stream[/COLOR] native SetActorVirtualWorld(actorid, vworld); [COLOR=“Green”]// Force actor re-stream[/COLOR] native SetActorFacingAngle(actorid, Float:ang); [COLOR=“Green”]// Force actor re-stream[/COLOR] native CountStaticActors(); |
Thanks