Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


  Show Posts
Pages: [1]
1  Scripting / Script Help / Re: how to put text in class team and other on: December 23, 2010, 07:19:41 pm
Afaik, classid is actually a pointer to the class so it would be classid.ID == whatever, try that.

hi,
I served anyone know?
how to put this?



saludos
2  Scripting / Script Help / Re: how to put text in class team and other on: December 22, 2010, 05:54:31 pm
hi, my code:

Code: [Select]
  function onClientRequestClass( player, classid )
   {
   if(classid = 0)
    {
    BigMessage("Mafia",5000,1);
    }
    if(classid = 1)
    {
    BigMessage("Police",5000,1);
    }
    return 1;
}

as?, guns do not work for me.

saludos
3  Scripting / Script Help / how to put text in class team and other on: December 20, 2010, 04:14:45 pm
hi, I have a question,how to put text in class team.

class team  0 is Mafia , class team 1 is Police

I would like to put something like:



and I have a problem with the gun:

content.xml:

<weapon class=”0” model=”2” ammo=”250” />

ID 0 Is class team or no?


who gives me the callback onClientRequestClass

saludos
4  Scripting / Script Help / Re: help: what function is for the camera?? on: December 19, 2010, 11:45:05 pm
solved thanks to all  ;D ;D ;D

Saludos
5  Scripting / Script Help / Re: help: what function is for the camera?? on: December 19, 2010, 02:57:30 am
hi, my question is as I that the skin look ahead??

Coordenadas:

<spawnscreen x="1449.9" y="-179" z="55.6" angle="0.0" camx="1445.3" camy="-179.2" camz="55.6" camlookx="1445.3" camlooky="-179.2" camlookz="55.6" />

I put the angle 0.0  :-\ ::) ::)

Juppi: thanks for your script of camera

photo select skin:



Saludos and help please
6  Scripting / Script Help / Re: help: what function is for the camera?? on: December 18, 2010, 12:12:37 am
Here are some examples of use: http://liberty-unleashed.co.uk/LUWiki/Squirrel/Server/Functions/Camera/SetCameraMatrix


Hi, content.xml  add:

<spawnscreen x="" y="" z="" angle="" camx="" camy="" camz="" camlookx="" camlooky="" camlookz="" />


as sac  these coordinates: angle, camx,camy,camz,camlookx,camlooky,camlookz???

use this command mypos, use for out  coordinates X,Y,Z

SALUDos
7  Scripting / Script Help / Re: help: what function is for the camera?? on: December 17, 2010, 09:00:47 pm
Change Of Question   ::) :-[  ;D
8  Scripting / Script Help / help: what function is for the camera?? on: December 15, 2010, 09:54:54 pm
Hi, I wonder how I can set the camera to be positioned and callback function is used

Saludos

PD: sorry for my bad English
Pages: [1]
© Liberty Unleashed Team.