Esto por que pasa
#1

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?
Reply
#2

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.
Reply
#3

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
Reply
#4

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


Forum Jump:


Users browsing this thread: 1 Guest(s)