Posts: 377
Threads: 78
Joined: Dec 2009
Hello,
I am making an RP gamemode and I want to remove the OnPlayerClassRequest. When a player joins, he directly move to spawn without choosing a skin. Thank you.
Posts: 1,297
Threads: 17
Joined: Apr 2011
pawn Код:
//Delet this callbacks:
public OnPlayerRequestClass(playerid, classid)
//and
public OnPlayerRequestSpawn(playerid)
//and in OnPlayerSpawn, do SetPlayerPos(playerid, x ,y ,z);
Or
//do this:
//OnPlayerRequestClass
//SpawnPlayer(playerid);
//credits to pharel
Posts: 377
Threads: 78
Joined: Dec 2009
Alright guys, Thanks a lot for this help! I will be testing all your delightful replies
.
Posts: 377
Threads: 78
Joined: Dec 2009
@Berlovan,
Hello,
Thank you for the script. I am facing a server-running problem with YSI. It says Error: Could not connect to YSI update server <response was 006>.
And Run time error 20:L " Invalid index parameter bad entry point ".
Using 0.3d
Posts: 925
Threads: 36
Joined: Dec 2009
Reputation:
0
Do you use the latest version on YSI ? If not, downdate to 0.3c. That gotta work!
Posts: 1,297
Threads: 17
Joined: Apr 2011
Quote:
Originally Posted by Berlovan
Tell me if it works and if it does not tell me what the problem is eg. not spawning or such ....
+Rep if works!
|
Dude you will get banned if you don't delet the part of +rep if it works, this is like, ehmm just read rules.