Jump to content

Prima mea insula by XpreeD


XpreeD

Recommended Posts

Deci este o insula cu o singura casa pe ia parcare etc... o sa vedeti.

Poze:

1. 53946049.png

2. [img width=500 height=400]http://img143.imageshack.us/img143/6038/26086970.png

3. [img width=500 height=400]http://img580.imageshack.us/img580/5841/52583535.png

4. [img width=500 height=400]http://img190.imageshack.us/img190/7401/unledveu.png

Si acum daca v'a placut Donwload:

- .amx --> http://solidfiles.com/d/9ffb8/

- .pwn --> http://solidfiles.com/d/e6985/

Io o numesc "OwnerIsland"

Va trebui sa adaugati in mod o comanda GEN GOTO ea va fi la noi /goisland  o puteti baga direct in filescript... O gasit aici:

-----------------------------------------------------------------------------------------------------------------

if(strcmp(cmdtext,"/goisland",true)==0)

{

new vehicleid = GetPlayerVehicleID(playerid);

new State = GetPlayerState(playerid);

if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)

{

GameTextForPlayer(playerid,"V-ati teleportat cu succes",4000,6);

return SetVehiclePos(vehicleid,3033.7791,-3377.1421,53.4447,267);

}

SetPlayerPos(playerid,3033.7791,-3377.1421,53.4447,267);

GameTextForPlayer(playerid,"V-ati teleportat cu succes",4000,6);

return 1;

}

-----------------------------------------------------------------------------------------------------------

Si daca vreti sa deschideti si casa adaugati in property.

--> 3054.8623,-3376.1052,54.7563,272,-2637.69 ,1404.24 ,906.46 ,0,0,0,0,0,0,Admin,AdminHouse,10,0,0,0,1,0,0,0,0,0,0,0,0,0,99

For SA-MP.RO

Link to comment
Share on other sites

if(strcmp(cmdtext,"/goisland",true)==0)

{

new vehicleid = GetPlayerVehicleID(playerid);

new State = GetPlayerState(playerid);

if(IsPlayerInAnyVehicle(playerid) && State == PLAYER_STATE_DRIVER)

{

GameTextForPlayer(playerid,"V-ati teleportat cu succes",4000,6);

return SetVehiclePos(vehicleid,3033.7791,-3377.1421,53.4447,267);

}

SetPlayerPos(playerid,3033.7791,-3377.1421,53.4447,267);

GameTextForPlayer(playerid,"V-ati teleportat cu succes",4000,6);

return 1;

}

asta este comanda de TP pe ia .... ca nu cred ca o sa o gasiti:P

For SA-MP.RO

Link to comment
Share on other sites

  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.