Quote:
Originally Posted by pprfds
hi i think that no one will help me but i want the player notice code
i mean a notice only for player not all the players
|
notice("Hi there")
will notice all players
whisper("trude","Hi there")
will notice trude. you can combine this with gv("name") to write a nice lua.
whisper(gv("name"),"hi there")
will whisper whoever just triggered the lua.