Abaut the spawn box << >> Spawn
#1

I have 1 problem with that!
I have a login box and all work,now to the problem when i take in the pass then show me the: http://www.zaslike.com/files/wr30ge7tdvo1yt3t2bc7.png
Can me anybody give the script or tutorial when i take the pass that automatly spawn me!
Srx for bad english!
Reply
#2

When player passes 'tutorial' or w/e you have, use SetSpawnInfo.
And the just SpawnPlayer.
Reply
#3

Tnx.
I needed that!
Sry for bad english becaose i am from a another country!
Reply
#4

Quote:
Originally Posted by Adnan Pasic
Посмотреть сообщение
Tnx.
I needed that!
Sry for bad english becaose i am from a another country!
No problem, you can always ask your questions here.
I assume that your from BiH or something like that...
If not, ignore this.
Reply
#5

I got a better way.
pawn Код:
public OnPlayerRequestClass( playerid, classid )
{
    return 0;
}
pawn Код:
public OnPlayerRequestSpawn( playerid )
{
    if( gPlayerInfo[ playerid ][ Logged ] < 1 ) // Change gPlayerInfo to your own var.
        return 0;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)