Jump to content
  • 0

Problema Pickup


JoRdan23

Question

Sall all! am o problema...

Am pus la spawn un pickup.Pickup-ul apare,asa cum am vrut eu.Dar eu i-am pus si un text,si textul nu apare

[pawn] new spawnpickup;                                spawnpickup=CreatePickup(1314,2,477.6775,-1489.0720,20.2183);         

if(pickupid == spawnpickup);

{

  GameTextForPlayer(playerid,"~w~Bun venit pe ~b~-----~g~-~b~-------- ! ",2500,3);

}[/pawn]

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

Deci uite cati arat eu ca vad ca nai inteles

TIl dau ca si gata Facut in FS

[pawn]

//Pickup Spawn Info !!

#include <a_samp>

new spawnpickup;

public OnGameModeInit()

{

spawnpickup=CreatePickup(1314,2,477.6775,-1489.0720,20.2183);

return 1;

}

public OnPlayerPickUpPickup(playerid, pickupid)

{

  if (pickupid == spawnpickup)

  {

      GameTextForPlayer(playerid, "Si aici Textul care sa apara", 5000, 3);//

    }

    return 1;

} [/pawn]

SPer Ca acum ai inteles dai COpy Paste Intr-un Pwn si gata

560x95_FFFFFF_FF9900_000000_000000.png
Link to comment
Share on other sites

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.