Forum

> > CS2D > Scripts > image on a player
Forums overviewCS2D overview Scripts overviewLog in to reply

English image on a player

5 replies
To the start Previous 1 Next To the start

old image on a player

Marcell
Super User Off Offline

Quote
Hi!
please help how can i make image for players.
so be an image on a player
as the car mod

old Re: image on a player

Marcell
Super User Off Offline

Quote
1
2
3
4
addhook("spawn","beyblade")
function beyblade(id)
image("gfx/beyblade.bmp",1,1,1,1)
end

why not god?:/

old Re: image on a player

Banaan
User Off Offline

Quote
Because you now create a static image at the top-left corner of the map. Use mode 200 + id.

And you'd better remove the player parameter (the last 1).
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview