Jump to content

help again :)


Ilidan

Recommended Posts

i think evryone shoud know how to do this but as always i don know :D (noob ''scripter'') so i was trying to find how to make player with specific nick name like ''rock123'' to apear in diferent place from others players when he login ,yeasterday and all this mornig i was trying to make it with acl.xml ; editor_acl.xml,but i have no progress :( maybe someone knows :)?

here it is why i need it https://forum.multitheftauto.com/viewtop ... 15&t=27376

screens http://img220.imageshack.us/i/gtasa2010 ... 30395.png/

i think idea is realy cool and i badly need any help with scripts,beside in future i will upload real cool maps to play for other players :))

Link to comment

you know ANY scripting?

events: [server side]

addEventHandler("onPlayerLogin", getRootElement(), function(thePreviousAccount, theCurrentAccount, autologin)
-- source is player that logged in..
-- more info: [url=https://wiki.multitheftauto.com/wiki/OnPlayerLogin]https://wiki.multitheftauto.com/wiki/OnPlayerLogin[/url]
-- code here
end)

functions:

-- if you want to set spawnpoint/whatever for player NICKNAME:
getPlayerName
-- but i think it will be better to set spawnpoint for ACCOUNT NAME [login]
getAccountName
-- after checking name/login
setElementPosition

Link to comment

yea,thanks for help, but i said that im nothing in scripting (diferent from kickbox for exemple) ,my answer to u question is no ;) only in map creating :) evryone has diferent talets ;) still thanks for help,maybe i will make something similar to script :)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...