30.11.2009, 17:33
pawn Код:
SetPlayerSkin(playerid, PlayerInfo[playerid][pChar]);
{
gOoc[playerid] = 1; gNews[playerid] = 1; gFam[playerid] = 1;
SetPlayerInterior(playerid, 3);
PlayerInfo[playerid][pInt] = 3;
SetPlayerPos(playerid, 330.6825,163.6688,1014.1875);
SetPlayerFacingAngle(playerid, 280);
TogglePlayerControllable(playerid, 0);
RegistrationStep[playerid] = 1;
SendClientMessage(playerid, COLOR_YELLOW, "Welcome to Los Angeles Roleplay server. You will now be taken to Immigration.");
SendClientMessage(playerid, COLOR_LIGHTRED, "First question: Are you a Male or Female? (Type in what you are).");
return 1;
}
Also read this topic to get rid of the memory error
http://forum.sa-mp.com/index.php?topic=79810.0