Wysłany: 2012-07-20, 13:49
B!4CK
Never give UP!
Wiek: 32 Na forum: 5809 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Pode?lij t? mapk? to Ci szybko znajd? ,ale sam zrobisz Okey?
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2012-07-20, 14:27
Cz3chu
Szary człowiek
Wiek: 28 Na forum: 5947 dni Posty: 239
Nick w MP: Czechu
Piwa : 174
Podaj mi ca?y public ten co napisa?e?, dotycz?cy spawnu.
Wysłany: 2012-07-20, 15:02
_marianek_
Wiek: 28 Na forum: 5157 dni Posty: 47
Nick w MP: MKey
Piwa : 140
Kod: public OnPlayerSpawn(playerid)
{
if(cheat[playerid] == CHEAT_STUNT)
cheat[playerid] = 0;
FloatDeath[playerid] = false;
if(Floater[playerid]){
SetPlayerInterior(playerid, inter);
SetPlayerVirtualWorld(playerid,RspWorld);
SetPlayerHealth(playerid, healthrsp);
SetPlayerArmour(playerid, armourrsp);
GivePlayerWeapon(playerid, bron1, ammorsp);
GivePlayerWeapon(playerid, bron2, ammo2);
GivePlayerWeapon(playerid, bron3, ammo3);
GivePlayerWeapon(playerid, bron4, ammo4);
GivePlayerWeapon(playerid, bron5, ammo5);
GivePlayerWeapon(playerid, bron6, ammo6);
GivePlayerWeapon(playerid, bron7, ammo7);
GivePlayerWeapon(playerid, bron8, ammo8);
GivePlayerWeapon(playerid, bron9, ammo9);
GivePlayerWeapon(playerid, bron10, ammo10);
GivePlayerWeapon(playerid, bron11, ammo11);
GivePlayerWeapon(playerid, bron12, ammo12);
GivePlayerWeapon(playerid, bron13, ammo13);
SetCameraBehindPlayer(playerid);
SetTimerEx("FloaterOff",5000,0,"i",playerid);
return 1;
}
if(SpecOff[playerid]){
SetPlayerVirtualWorld(playerid,SpecVW[playerid]);
SetPlayerInterior(playerid,SpecInt[playerid]);
SetPlayerPosAndFree(playerid,SpecPosX[playerid],SpecPosY[playerid],SpecPosZ[playerid]);
SpecVW[playerid] = 0;
SpecInt[playerid] = 0;
SpecOff[playerid] = false;
return 1;
}
SpecOff[playerid] = false;
if(TimePlay[playerid]<60){
SendClientMessage(playerid,0x80FF00FF,"Wygl?da na to ?e jeste? naszym nowym graczem!");
SendClientMessage(playerid,0x80FF00FF,"Je?li chcesz lepiej pozna? nasz serwer wpisz: /cmd");
}
TextDrawHideForPlayer(playerid,Panorama[0]);
TextDrawHideForPlayer(playerid,Panorama[1]);
if(Figurka) { TextDrawShowForPlayer(playerid,FigurkaTD); }
if(Walizka > -1) { TextDrawShowForPlayer(playerid,TDWalizka); }
TextDrawHideForPlayer(playerid,SkinIDTD[playerid]);
SetPlayerVirtualWorld(playerid,0);
SetPlayerSkillLevel(playerid,4,SOSkill[playerid]);
SetPlayerSkillLevel(playerid,6,UziSkill[playerid]);
Wybieralka[playerid] = false;
KillBug[playerid] = false;
CanNitro[playerid] = false;
PlayerSetColor(playerid);
PlayerPlaySound(playerid,1098,0.0,0.0,0.0);
if(CTFTeam[playerid] > 0){
CTFSpawn(playerid);
return 1;
}
SetPlayerRandomSpawn(playerid);
if(!FirstSpawn[playerid]){
TextDrawHideForPlayer(playerid,Powitanie);
TextDrawShowForPlayer(playerid,Numer);
TextDrawShowForPlayer(playerid,ReklamaTD);
for(new x=0;x<25;x++)
{
TextDrawShowForPlayer(playerid,EventTlo[x]);
}
TextDrawShowForPlayer(playerid,EventText1);
TextDrawShowForPlayer(playerid,EventText2);
TextDrawShowForPlayer(playerid,EventText3);
TextDrawShowForPlayer(playerid,EventText4);
TextDrawShowForPlayer(playerid,EventText5);
TextDrawShowForPlayer(playerid,EventText6);
TextDrawShowForPlayer(playerid,EventText7);
ShowPlayerPasek(playerid);
}
Freeze[playerid] = false;
GivePlayerMoney(playerid, 10000);
Money[playerid] += 10000;
FirstSpawn[playerid] = true;
SetTimerEx("SprawdzCzyZalogowalSie", 40000, 0, "d", playerid);
return 1;
}
Wysłany: 2012-07-20, 15:08
Cz3chu
Szary człowiek
Wiek: 28 Na forum: 5947 dni Posty: 239
Nick w MP: Czechu
Piwa : 174
A spr?buj w mapie zrobi? co? takiego jak - CTRL+F. Poszukaj 'spawn' '//spawn' jak b?d? koordy to je tutaj poka? - a ja ci powiem.
PS. Co to za mapa?
Wysłany: 2012-07-20, 15:45
_marianek_
Wiek: 28 Na forum: 5157 dni Posty: 47
Nick w MP: MKey
Piwa : 140
Niestety nie ma spawn ani koord a m?g?by? mi pokaza? jak to w og?le wygl?da ten ca?y koord?
Mapa to jest przerobiona FullDM gm by? u?ywany na pvs...
Wysłany: 2012-07-20, 15:51
Cz3chu
Szary człowiek
Wiek: 28 Na forum: 5947 dni Posty: 239
Nick w MP: Czechu
Piwa : 174
Tu masz np. taki kord:
Kod: DoInRange(5.0, playerid,1417.59,-981.21,1639.78)||
Wysłany: 2012-07-20, 17:09
_marianek_
Wiek: 28 Na forum: 5157 dni Posty: 47
Nick w MP: MKey
Piwa : 140
Wszystko ju? jest ok u mnie jest troch? inaczej
Wysłany: 2012-07-20, 17:16
B!4CK
Never give UP!
Wiek: 32 Na forum: 5809 dni Posty: 1047
Nick w MP: John
Piwa : 1891
Ale ju? dzia?a? Czy nie ?
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Wysłany: 2012-07-20, 17:20
_marianek_
Wiek: 28 Na forum: 5157 dni Posty: 47
Nick w MP: MKey
Piwa : 140
blackelegy
Dzia?a
Wysłany: 2012-07-20, 17:23
B!4CK
Never give UP!
Wiek: 32 Na forum: 5809 dni Posty: 1047
Nick w MP: John
Piwa : 1891
To temat do zamkni?cia przez Moderator?w.
Je?li masz dalej problemy pisz ;] A pomo?emy Ci
Podpis
Cześć
[you]
!
Projekt, który poruszy scenę platformy SA:MP!
Tagi: muzyka :: przy :: starcie
Anonymous
Na forum: 245 dni
Posty: 1
Anonymous Koniecznie zajrzyj na: