Jump to content
  • 0

pomoc Pickup


Mivčo

Dotaz

cc ;)

 

robil som pickup tu je cod

 

 

#include a_samp

new pickup;

 

public OnGameModeInit (){

pickup = CreatePickup(1239,1,2493.6626,-1684.0883,13.5094);

return 1;

}

 

public OnPlayerPickUpPickup(playerid, pickupid)

{

if(pickupid == pickup)

{

ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"SDRD","Zdravim vás na tomto server ak sa chcete sa pohibovat dalej tu su prikazy /help /prikazy /pravidla \nGreetings of the site if you want to move further there are commands /help /prikazy /pravidla \nGrüße von der Website, wenn Sie verschieben möchten weitere gibt es Befehle /help /prikazy /pravidla","OK","END");

}

return 1;

}

 

 

dam to do modu a idem to vyskusat a ked dam Ok tak mi vybehne registaciu a ked dam END tak vyhodí ma to zo serveru prečo?

Link to comment
Share on other sites

2 odpovědí na tuto otázku

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...