Započeo BOOM# ツ <3
•10. Okt. 2013.• Zaključano[Pomoc] Ulaz u kucu na F
319
pregleda
4
postova
Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
133
Postovi:
15
Teme:
Pridružio se:Okt. 2012
10. Okt. 2013.
Skripta koju koristim:Moja
Detaljan opis problema:Kako da namestim da se u kucu ulazi na F
Deo skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Detaljan opis problema:Kako da namestim da se u kucu ulazi na F
Deo skripte:
Float:hEntrancex,
Float:hEntrancey,
Float:hEntrancez,
Float:hExitx,
Float:hExity,
Float:hExitz,
hHealthx,
hHealthy,
hHealthz,
hArmourx,
hArmoury,
hArmourz,
hOwner,
hDiscription,
hValue,
hHel,
hArm,
hInt,
hLock,
hOwned,
hRooms,
hRent,
hRentabil,
hTakings,
hVec,
hVcol1,
hVcol2,
hDate,
hLevel,
hWorldOvo ce valjda pomociNeke slike/video za lakse dobivanje pomoci(neobavezno):
Underboss
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
240 / 250 XP
Početnik(0)
666
Postovi:
43
Teme:
Pridružio se:Avg. 2012
10. Okt. 2013.
vidim gf koristis, jednostavno nadjes /enterhouse i prebacis na ovo:
OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & KEY_SECONDARY_ATTACK)
{
for(new i = 0; i < sizeof(HouseInfo); i++)
{
if(IsPlayerInRangeOfPoint(playerid, 1.0, HouseInfo, HouseInfo, HouseInfo))
{
if(HouseInfo == 1) return GameTextForPlayer(playerid, "~r~zakljucana kuca!", 3000, 1);
if(HouseInfo == 0) return 1;
else
SetPlayerPos(HouseInfo, HouseInfo, HouseInfo);
}
}
}
return 1;
}Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
133
Postovi:
15
Teme:
Pridružio se:Okt. 2012
11. Okt. 2013.
Baca mi ove errore
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2509) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2513) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2517) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2521) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2532) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2536) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2547) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2559) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2563) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2575) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2579) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2583) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2587) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2591) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2595) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2599) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2603) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2607) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2611) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2623) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2627) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2631) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2635) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2639) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2651) : error 004: function "PlayerToPoint" is not implemented
D:\Modovi\Balkan Earth by Sale\gamemodes 2\Earth.pwn(2655) : error 004: function "PlayerToPoint" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
Shot Caller
Balkan SA:MP
SA-MP Doprinos
Balkan SA:MP
SA-MP DoprinosNovi Član
90 / 100 XP
Početnik(0)
133
Postovi:
15
Teme:
Pridružio se:Okt. 2012
Morate biti prijavljeni da biste odgovorili na ovu temu.
Prijava