26.01.2012, 16:53
i need help i tried everything i tried it for 3 hours..i want to login without being showed the terms and conditions..i bought gamemode but cant find owner
if you need an diffrent cmd just reply and ile give it.just help me please
Код:
public OnPlayerRequestClass(playerid, classid) { new string[768]; PlayerPlaySound(playerid, 1068, 0.0, 0.0, 0.0); PlayerInfo[playerid][pModel] = Peds[classid][0]; if(IsPlayerNPC(playerid)) { SpawnPlayer(playerid); return 1; } if (gPlayerLogged[playerid] != 1) { ClearChatbox(playerid, 10); SendClientMessage(playerid, COLOR_YELLOW2, " "); new message[] = "\t\t\t\t\t\t Regurile! \n\n\n\n\n\n 1- Serverul asta Nu este nicio COPIE dupa ALT GM!\n\n Daca Folositi Hack-uri.Veti primi automat Ban Permanent."; new message2[] = "\n\n 3- By Reading this, you agree to Follow all server /rules with risk of being kicked or banned by breaking them.\n\n 4- Forumul este in Constructie.\n\n\n Nu faceti Dm Auirea.\n\n\n Press on 'Agree' If you Agree, 'Refuse' If you refuse."; format(string, sizeof(string),"%s %s",message,message2); ShowPlayerDialog(playerid, 1244, DIALOG_STYLE_MSGBOX,"<changeme 1234> Conditiile",string,"Agree","Refu"); SetPlayerCameraPos(playerid, 1363.3137,-1276.4448,21.6530); SetPlayerCameraLookAt(playerid, 1285.9583,-1219.0508,104.1589); //PlayerPlaySound(playerid, 1062, 0.0, 0.0, 0.0); PlayerInfo[playerid][pModel] = Peds[classid][0]; SetPlayerTeamFromClass(playerid,classid); } else { SpawnPlayer(playerid); } return false; }