Help with selecting skins.. ;]
#1

Hello, i have mode RP..
And There is a way to skip the selection skins?

thanks for help
Reply
#2

Delete all AddPlayerClass Functions
Reply
#3

This shall work
Quote:

forward SkipSpawn(playerid);
public OnPlayerRequestClass(playerid)
{
SetTimerEx("SkipSpawn",0,1,"i",playerid);//It's required to have atleast 1 millisecond
return 1;
}
public SkipSpawn(playerid)
{
//Set Spawn Information Here Using SpawnInfo(...);
SpawnPlayer(playerid);
return 1;
}

Reply
#4

don't work.. (:

i have the Dialog "< > Spawn", and i dont have spawn..
Reply
#5

you have to atleast add 1 class.
Reply
#6

in the server RP: samp.ng-gaming.net:7777 i dont have a selecting skin and the dialog " < > Spawn"
how i can do it?

and people's ^^^
i have spawn, but i have the dialog " < > Spawn "..

sorry for my bad english [;
Reply
#7

Someone Can Help Me?
Reply
#8

Hmm Stop Bumping
Under
pawn Code:
OnPlayerRequestClass
Type This
pawn Code:
SpawnPlayer(playerid);
Reply
#9

but, i have spawn, and i have the Dialog "< > Spawn"
how i can hide the dialog?!
Reply
#10

you need to use this;
pawn Code:
SetSpawnInfo(playerid, team, skin, Float:x, Float:y, Float:z, Float:Angle, weapon1, weapon1_ammo, weapon2, weapon2_ammo, weapon3, weapon3_ammo);
SpawnPlayer(playerid);
The SetSpawnInfo is essential.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)