Jump to content
  • 0

Question

4 answers to this question

Recommended Posts

Posted

1. Poftim? Poti fi mai explicabil? Cu tot DEXul meu nu pricep ce vrei sa spui.

2. wiki.sa-mp.com

Imi aduc aminte cand jucam pe versiunea 0.1.. ala era SA-MP adevarat.

Va salut cu respect (pe cei care merita).

Posted

1.Cum pot face marker care sa te teleporteze asa rosu?

RUsa veche ? =))

Vrea sa zica ca vrea un teleport cum e pe RSS un checkpoint rosu sa te teleportezi in honolulu ...

16189165.gifrastamaunbydeejaylobo1.gifsmileysw0181.gif

xmsok6ay41.gif

Posted

Uita-te aici si faci cum scrie acolo, numai ca la OnPlayerPickUpPickup(playerid, pickupid) adaugi si

SetPlayerPos(playerid,-774.1212,2538.3540,1098.0828);
Ceva de genul asta:
new tele;

public OnGameModeInit()
{
    tele = CreatePickup(1274, 2, 0.0, 0.0, 9.0);
    return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
    if(pickupid == tele) SetPlayerPos(playerid,X,Y,Z);
    return 1;
}

logo.png

ATENTIE!!! Nu imi trimiteti mesaje private care au legatura cu scriptingul. NU mai scriptez.

Guest
This topic is now closed to further replies.
×
×
  • 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.