SA-MP Forums Archive
Esto por que pasa - 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: Esto por que pasa (/showthread.php?tid=609244)



Esto por que pasa - Yultranions - 10.06.2016

Estaba haciendo un mapa en el editor ese SA:MP Construction, y le di guardar en un .pwn y ahora que lo abro solo sale los remove pero los no cargan son los createobject por que sera?


Respuesta: Esto por que pasa - OTACON - 10.06.2016

https://sampwiki.blast.hk/wiki/RemoveBuildingForPlayer
https://sampwiki.blast.hk/wiki/CreateObject

el editor guarda el codigo en un archivo pwn pero sin callbacks.
colocalo en sus callbacks correspondientes.

saludos.



Re: Esto por que pasa - Yultranions - 11.06.2016

La puse asн
PHP код:
public OnGameModeInit()
{
CreateObject(1752319.9426331.35925, -0.93386,   0.000000.000000.51010);
CreateObject(161468.90894, -35.06702, -0.01583,   0.000000.000000.00000);
CreateObject(163606.07471, -53.15845, -2.54421,   0.000000.00000270.07022);
CreateObject(204326.753919.54211, -2.72818,   0.000000.000000.00000);
CreateObject(206821.8313017.842412.76446,   0.000000.000000.00000);
    return 
1;
}
}
public 
OnPlayerConnect(playerid)
{
    
// When the player connects, objects with model 615 will be removed within a
    // range of 200.0 from the point 0.0, 0.0, 0.0, which is the center of San Andreas.
RemoveBuildingForPlayer(playerid36452069.6172, -1556.703115.06250.25);
RemoveBuildingForPlayer(playerid36452070.7578, -1586.015615.06250.25);
RemoveBuildingForPlayer(playerid56332089.3594, -1643.929718.21880.25);
RemoveBuildingForPlayer(playerid15242074.1797, -1579.148414.03130.25);
RemoveBuildingForPlayer(playerid36442070.7578, -1586.015615.06250.25);
RemoveBuildingForPlayer(playerid36442069.6172, -1556.703115.06250.25);
    return 
1;

es un ejemplo


Respuesta: Esto por que pasa - wharlos - 11.06.2016

Yo no los pongo en callback ni nada solo pongo los cуdigos normal y ya me agarra bien