View Single Post
  #1  
Old 02-10-2007, 08:02 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
gani params + player.attr[]

Well, this is what I am doing

PHP Code:
//#CLIENTSIDE
funciton onCreated()
{
  
player.attr10] = "";
  
player.attr10] = "chompy_float-text.gani,+12";

This is what I do to show the gani, now..

In the gani script I am using emitter to show some text at the players position, but it won't recieve params[ 0] (which should be +12)...
so the emitter is suppose to show +12 as text, but it doesn't show anything at all..

Anyone know what's not working?
__________________
Reply With Quote