SA-MP Forums Archive
[Map] Terasa Ls - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] Terasa Ls (/showthread.php?tid=213714)



Terrace Ls - SpriTe - 19.01.2011



Terrace Ls By SpriTes

Download

http://pastebin.com/DqPZPW2H

Excuse me but I speak Romanian



Re: Terasa Ls - Speederx - 20.01.2011

In Romanian language "Terasa" is = "Terrace" for EN


Re: Terasa Ls - Fool - 20.01.2011

Simple. and well done.


Re: Terasa Ls - wups - 20.01.2011

More photos please.


Re: Terasa Ls - schillow - 20.01.2011

yeah I don't understand what is this,
more pictures, location?



Re: Terasa Ls - SeQualX - 20.01.2011

Could you add some pics please?


Re: Terasa Ls - SpriTe - 20.01.2011

PHP код:
    if(strcmp(cmd"/gotot"true) == 0)
    {
        if(
IsPlayerConnected(playerid))
        {
            if (
PlayerInfo[playerid][pAdmin] >= 1)
            {
                if (
GetPlayerState(playerid) == 2)
                {
                    new 
tmpcar GetPlayerVehicleID(playerid);
                    
SetVehiclePos(tmpcar1279.2586669922, -1202.617675781393.2265625);
                    
TelePos[playerid][0] = 0.0;TelePos[playerid][1] = 0.0;
                }
                else
                {
                    
SetPlayerPos(playerid1279.2586669922, -1202.617675781393.2265625);
                }
                
SendClientMessage(playeridCOLOR_GRAD1"   You have been teleported");
                
SetPlayerInterior(playerid,0);
                
PlayerInfo[playerid][pInt] = 0;
            }
            else
            {
                
SendClientMessage(playeridCOLOR_GRAD1"   you are not authorized to use that command!");
            }
        }
        return 
1;
    } 
Goto Command