GTA-Center.com » Forum
http://www.gta-center.com/forums/

Come creare comandi sul sever
http://www.gta-center.com/forums/viewtopic.php?f=41&t=1317
Pagina 1 di 1

Autore:  [WS]Ignazio97 [ 14/07/2011, 20:37 ]
Oggetto del messaggio:  Come creare comandi sul sever

Sto creando tutto da capo il sever ma come faccio i trasferimento come ad esempio /dm /drift1 ecc. come faccio mi aiutate x favore

Autore:  ~Bluec0de [ 14/07/2011, 20:39 ]
Oggetto del messaggio:  Re: Come creare comandi sul sever

Intendi i teletrasporti ?
prendi le cordinate in game, con /save, e al posto di x, y, z ci metti le tue cordinate.
spero che tu abbia capito.

in OnPlayerCommandText

Codice:
if(!strcmp("/nometele", cmdtext, true))
   {
   if (GetPlayerState(playerid) == 2)
   {
   SetVehiclePos(GetPlayerVehicleID(playerid), x, y, z);
   ResetPlayerWeapons(playerid);
   SetPlayerInterior(playerid, 0);
   }
   else
   {
   SetPlayerPos(playerid, x, y, z);
   ResetPlayerWeapons(playerid);
   SetPlayerInterior(playerid, 0);
   }
   return 1;
   }

Autore:  Angelo [ 14/07/2011, 22:01 ]
Oggetto del messaggio:  Re: Come creare comandi sul sever

Senti Ignazio visto che non ti degni di leggere i regolamento, te lo spiego io ._.

Allora:

1. Devi mettere la tag davanti al nome del topic

[HELP] per aiuto, [REQ] per richiedere qualcosa

2. Non c'è bisogno che apri 10 topic al giorno, usane solo uno per tutto ciò che devi fare

3. Cerca di usare il sito www.pastebin.com per postare gli script più lunghi di 20 righe

Spero che ci siamo capiti, questa volta te l'ho detto, la prossima volta chiudo senza avvisare!

:lock:

Pagina 1 di 1 Tutti gli orari sono UTC + 1 ora [ ora legale ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/