[POMOC] Bug s intima

Započeo Mladen Smiljan, Jul 01, 2011, 10:32:37 PRE PODNE

prethodna tema - sledeća tema

0 članova i 2 gostiju pregledaju ovu temu.

Skripta koju koristim: Call of Duty *DM*
Detaljan opis problema: Imam dva inta od gunshop ista ide enter normalno ali kad idem /exit porta me di je taj drugi int pored banke?? Sto trebam napraviti?
Dio skripte: Intovi
Neke slike/video za lakse dobivanje pomoci(neobavezno): /
Trenutni projekt: NightLife Roleplay

Bizz System 40%
House System 70%
Car Ownership 20%
Log/reg System 100%
Poslovi 20%
Anticheat 0%
Organizacije 50%
Event System 0%
Komande 20%

dio skripte intovi omg, pa daj taj dio s intovima :S
Uskoro novi stunt server iStunt. DoÄ'ite i zabavite se!




   
   




Dizajniram za $$$
Popis stvari koje radim:

Wallpaper √  Signature ×  Logo √  Dizajn stranice (Ne kodiranje) √  Baner √  Avatar √  Animacija √  Intro √

//---------------------Gun1-----------------------------
if (strcmp("/enter", cmdtext, true, 6) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid,4,1329.3047,-984.6932,33.8966))
            {
            SetPlayerInterior( playerid, 6);
                SetPlayerPos(playerid,296.9541,-111.4377,1001.5156);
                return 1;
            }
    }
if (strcmp("/exit", cmdtext, true, 6) == 0)
    {
        if(IsPlayerInRangeOfPoint(playerid,4,296.9541,-111.4377,1001.5156))
            {
            SetPlayerInterior( playerid, 0);
                SetPlayerPos(playerid,1329.3047,-984.6932,33.8966);
                return 1;
            }
    }
Trenutni projekt: NightLife Roleplay

Bizz System 40%
House System 70%
Car Ownership 20%
Log/reg System 100%
Poslovi 20%
Anticheat 0%
Organizacije 50%
Event System 0%
Komande 20%

SetPlayerVirtualWorld
Uskoro novi stunt server iStunt. DoÄ'ite i zabavite se!




   
   




Dizajniram za $$$
Popis stvari koje radim:

Wallpaper √  Signature ×  Logo √  Dizajn stranice (Ne kodiranje) √  Baner √  Avatar √  Animacija √  Intro √

CitatSetPlayerVirtualWorld
Hvala moze lock :))
Trenutni projekt: NightLife Roleplay

Bizz System 40%
House System 70%
Car Ownership 20%
Log/reg System 100%
Poslovi 20%
Anticheat 0%
Organizacije 50%
Event System 0%
Komande 20%