Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. CreateSpecialActor(name[], skinid, Float:x, Float:y, Float:z, Float:angle, Float:offset)
  2. {
  3. CreateDynamicActor(skinid, x, y, z, angle, true, 9999999, -1, -1, -1, 100.0);
  4. CreateDynamic3DTextLabel(name, 0xFFFFFFFF, x, y, z+offset, 100.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100.0);
  5. return 1;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement