Necesito ayuda para una recreacion - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Español/Spanish (
https://sampforum.blast.hk/forumdisplay.php?fid=29)
+---- Thread: Necesito ayuda para una recreacion (
/showthread.php?tid=145717)
Necesito ayuda para una recreacion -
Suk - 03.05.2010
Bueno tengo el GM de The Godfather, y deseo traducirlo enterico! Pero tambien quiero saber como ser crean las facciones, en #define TEAM_xxxx no me salen todas creo, quisiera saber como crearlas, spawns, armas, etc.. Y tambien quisiera saber que hacen los new y public, ahh y enum
Porfavor necesito saberlo
Saludos desde Espaсa
Re: Necesito ayuda para una recreacion -
Cesar_Biker - 03.05.2010
new define una variable, por ejemplo:
pawn Код:
new coche[256];//define la variable coche para que pueda ser usada.
coche = "Turismo";
SendClientMessage(playerid, COLOR, "El coche preferido es el %s",coche);
Re: Necesito ayuda para una recreacion -
Suk - 03.05.2010
Ahh vale, gracias