26.03.2013, 21:47
Buenas a todos! Estoy implementando el Remove en un GM pero el problema es que al compilar estando todo perfecto, me sale el siguiente error: warning 215: expression has no effect, es un warning lo se pero igualmente cuando abro el servidor no me carga el RemoveBuild, subo una linea del error porque son 106 warnings.
pawn Код:
//------------------------------------------------------------------------------------------------------
public OnPlayerConnect(playerid)
{
if(IsPlayerNPC(playerid))
{
ShowPlayerMarkers(0);
SpawnPlayer(playerid);
}
RemoveBuildingForPlayer(playerid, 4024, 1479.8672, -1790.3984, 56.0234, 0.25);