29.05.2009, 09:29
aha Fixed but i want to ask one more thing.at the beginning it asks are you Male or Female.but i writes down the quastion 3 or 4 times.
I want to write it once(1).Thanks.
Here is the part of the script
I want to write it once(1).Thanks.
Here is the part of the script
Код:
public SetPlayerSpawn(playerid)//REMEMBER IF YOU CHANGE A SKIN HERE, YOU MUST ALSO CHANGE UpdateRank because then if you /giverank it will still have old skin!
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[playerid][pTut] == 0)
{
gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
TogglePlayerControllable(playerid, 0);
RegistrationStep[playerid] = 1;
SendClientMessage(playerid, COLOR_LIGHTRED, "We Only Require One Question For You To Play:");
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Are you male or female? Type it in the chat box then you can play.");
}
if(PlayerInfo[playerid][pJailed] == 1)
{

