CreateObject in game
#1

hola como andan? bueno no entiendo porque no me crea el objecto si esta todo bien creo
si me pueden ayudar les agradezco

Quote:

CMDrueba(playerid, params[])
{
new Floatx, Floaty, Floatz;
GetPlayerPos(playerid, px, py, pz);
new newobject = CreateObject(19440, px+2, py+2, pz, 0.0, 0.0, 0.0);
EditObject(playerid, newobject);
MensajeAtencion(playerid, "Creaste una seсal de transito");
return 1;
}

Reply
#2

Asн

PHP код:
CMD:prueba(playeridparams[])
{
    new 
Float:xFloat:yFloat:z;
    
GetPlayerPos(playeridxyz);
    new 
newobject CreateObject(19440x+2y+2z0.00.00.0);
    
EditObject(playeridnewobject);
        
MensajeAtencion(playerid"Creaste una seсal de transito");
    return 
1;

Recuerda:

Tag:Nombrevariable

Ej Float:PosX
Reply
#3

el nombre de la variable no tiene nada que ver amigo
Reply
#4

Quote:
Originally Posted by Mati18
Посмотреть сообщение
el nombre de la variable no tiene nada que ver amigo
No, no tiene nada que ver solo el formato

Tag:NombreVariable
Reply
#5

solucionado cierren tema
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)