image on a playerMarcell OPSuper User Offline 13.03.11 08:29:40 am Hi! please help how can i make image for players. so be an image on a player as the car mod
Re: image on a playerBanaan User Offline 13.03.11 08:41:15 am Ever considered reading the lua info file (sys/lua/info.txt)? It's all in there.
Re: image on a playerMarcell OPSuper User Offline 13.03.11 09:16:27 am 1234addhook("spawn","beyblade") function beyblade(id) image("gfx/beyblade.bmp",1,1,1,1) end why not god?:/
Re: image on a playerBanaan User Offline 13.03.11 09:46:03 am 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).
Re: image on a playerDC Admin Offline 13.03.11 11:05:00 am take a look at the glow sample! sys/lua/samples
Re: image on a playerMarcell OPSuper User Offline 13.03.11 11:08:46 am Iphone Preview its will be an iphone mod:D