05.06.2009, 16:07
Thanks both of you, and do you think this script would work ?
Also Mr_FinnigaN When you said 259 green is a skin .. do you mean a nametag?
And Mr_FinnigaN i read your signature can you please give me the link for that antiteam killing?
And do you think this script would be okay for making a team ?
One more question regarding above script:
-Where do you type it ? i mean when you go to pawno and click new there always comes up something some kind of script.. so what should i do .. i normaly delete that and paste the script i find is that okay? or do i need always to go down and paste it (without deleting the text ... i hope you get my point)
One more question:
How do you make to /register and /login, i know server already has it but i dont like it because i autologin and i dont like that i want to type myself /login ...
Thanks again.
Код:
public SetupPlayerForClassSelection(playerid) { SetPlayerInterior(playerid,0); SetPlayerPos(playerid,2247.6599,2401.3601,11.2500); SetPlayerFacingAngle(playerid, 90.0); SetPlayerCameraPos(playerid,2247.6599,2401.3601,11.2500); SetPlayerCameraLookAt(playerid,2247.6599,2401.3601,11.2500); }
And Mr_FinnigaN i read your signature can you please give me the link for that antiteam killing?
And do you think this script would be okay for making a team ?
Код:
//At the top of your script #define TEAM_FBI 1 new gteam[MAX_PLAYERS]; //Under the heading OnPlayerRequestClass public OnPlayerRequestClass(playerid, classid) { switch (classid) { case 0: { gteam[playerid] = TEAM_S.W.A.T; } } return 1; }
-Where do you type it ? i mean when you go to pawno and click new there always comes up something some kind of script.. so what should i do .. i normaly delete that and paste the script i find is that okay? or do i need always to go down and paste it (without deleting the text ... i hope you get my point)
One more question:
How do you make to /register and /login, i know server already has it but i dont like it because i autologin and i dont like that i want to type myself /login ...
Thanks again.