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] 2
1  Scripting / Script Releases / Re: VRockers Base Scripts on: April 29, 2012, 03:25:44 pm
Level -1 means unregistered player, level 0 is registered player.
When you are changing your level the server must be closed but make sure that you registered previously.
I registered yes, (/register password) and then go outgame, and stop the server, i go in the levels file, and then change 0 to 6 at my name, whats the problem there?
2  Scripting / Script Releases / Re: VRockers Base Scripts on: April 28, 2012, 04:23:22 pm
Hey , if i set my level to level 6 in the levels.hsh
It says im level -1 ? How to fix this?
Also, i havent set autologin or anything, i think that happens with ip ?
3  Scripting / Script Releases / Re: Location Saver on: December 03, 2011, 02:55:17 pm
Can you edit it , so it will save the car automatically in Content.xml , not the player or anything , only vehicle ? Thank you :D
4  Scripting / Script Releases / Re: Headshot on: December 02, 2011, 03:16:53 pm
Link broken !!
5  Scripting / Script Help / Re: Can i use Pawno Scripts in LU?? on: May 24, 2011, 02:28:08 pm
Ok thx
6  Scripting / Script Help / Can i use Pawno Scripts in LU?? on: May 23, 2011, 09:20:50 pm
Hi i have a question can i use Pawno scripts in LU or is it not ?? i searched but couldnt get any site that has the answer
7  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 05:59:44 pm
Nothings changing is there a specific place to put it or not?

Never mind

Solved!
8  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 04:32:51 pm
Thx for the help i got it working by adding a client.nut
If you want the package here it is: http://www.2shared.com/file/mPG4FdR3/ImageOnConnect.html

THY! ;D

But now i Searched on WIKI for a Position i added GUISprite.pos = 500, 500
but now i dont see the picture anymore!?
9  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 03:49:17 pm
ok srry but how can i solve the problem ??
i want the picture ingame but is it the script or the picture??
10  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 02:23:43 pm
i did so ,, i think i uploaded the map here
http://www.2shared.com/file/VRmLNkMP/Script.html
it also says ingame with `button that its loaded so its the image it think i will try bmp once then img

Edit1:
hm thought i got it but not,, look at this: Look at reklama
Code: [Select]
g_pLocalPlayer <- FindLocalPlayer();

function onScriptLoad()
{
print( ">> image script by xXxMDjxXx loaded\n" );
g_Reklama <- GUISprite( "a.gif", VectorScreen( ScreenWidth - 150, ScreenHeight - 500 ) );
g_Reklama.Visible = false;    <----------------------------------------

AddGUILayer( g_Reklama );

return 1;

}

function onClientRequestClass( pClass )
{

g_reklama.Visible = true;

return 1;

}

function onClientSpawn( pClass )
{

g_reklama.Visible = false;    <-------------------------------

return 1;

}

Edit2:
One thing more i dont see a location?

EDIT YOUR POSTS AND DON'T TRIPLE POST
11  Scripting / Script Help / mod for missions or police missions etc. on: May 22, 2011, 01:23:01 pm
Is there a mod for missions or police missio s or delivery etc.
12  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 12:20:03 pm
Yeah i see it there but the only thing i dont see is the picture i only changed gif to jpg and made the picture a jpg ??
both names in script and picture is a.jpg in script it is also a.jpg not a.JPG
13  Scripting / Script Help / Re: Image on connection to server on: May 22, 2011, 11:41:16 am
i have that but if i change the 1 to a 0 i see it in server.exe and i know if i change it back to 1 it ownt be displayed because it is a client script,, but it says on script load message to a player that it is loaded but i dont see it
14  Scripting / Script Help / Image on connection to server on: May 21, 2011, 08:23:59 pm
Hello i want a script so if player enter my server they see a image but i saw an other script but it doesnt work
the server wont load it!?
help plz
15  Scripting / Script Releases / Re: Force's Beginner Scripts - Release 1 on: May 19, 2011, 09:00:24 pm
If you want your server to be Guest Free!
at onPlayerSpawn
there is
   if ( ( Reg ) && ( !Logged ) ) AutoKick( player, "You Need to Login" );
make another line after that and add
Code: [Select]
if ( ( !Reg ) && ( !Logged ) ) AutoKick( player, "You Need to Register! and Login" );now they need to register too
Pages: [1] 2
© Liberty Unleashed Team.