Got a new server!
#1

Hey guys, i just bought a samp server, works really good.

But as i am quite new to samp, н dont know many things. Im able to add cars to some cordinats with pwno, and install stuff.

Was just wondering if anyone like to have admin and help me with things. Be sure u know how to do things.

For exampel i would like me and my friend spawn automaticly near a house we made as ours ^^.

Pm me or tell me you e-meil.

Cheers.
Reply
#2

Spawn is not that hard.
anyways have fun
Naa I dont want to help sorry. I have good admin position with 50-100+ players everyday
Reply
#3

Код:
OnPlayerRequestSpawn(playerid)
{
 if(GetPlayerName(playerid) == "insert the name here")
 {
   SetPlayerPos(playerid, x, y, z); //replace x, y, z with coords
   SetPlayerSkin(playerid, skin); //replace skin with the skin id
   return 1;
 }
 else{ }
return 1;
}
Reply
#4

[K4L]Jake, you can't use GetPlayerName function like that.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)